Html Css Color HEX #9248BB Deep Lilac

📋 copy color: '#9248BB'

red 146 ◦ green 72 ◦ blue 187

#9248BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9248BB

Tints of Deep Lilac #9248BB

RGB

 RED value IS 146 (57.42% from 255) = 36.05%

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 36.05%
G = 17.78%
B = 46.17%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9248BB (or 0x9248BB) is known color: Deep Lilac. HEX triplet: 92, 48 and BB. RGB value is (146,72,187). Sum of RGB (Red+Green+Blue) = 146+72+187=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #9248BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9248BB is #6DB744. Grayscale: #6A6A6A. Windows color (decimal): -7190341 or 12273810. OLE color: 12273810.

HSL color Cylindrical-coordinate representation of color #9248BB: hue angle of 278.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9248BB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 72 187 -
CMYK 0.22 0.61 0 0.27
HSL 278.61º 0.46% 0.51% -
HSV(B) 278.61º 0.61% 0.73% -
XYZ 23.14 14.33 48.56 -
YUV 107.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 146 72 187 0.22 0.61 0 0.27 278.61 0.46 0.51
Hex 92 48 BB 16 3D 0 1B 117 2E 33
Octal 222 110 273 26 75 0 33 427 56 63
Binary 10010010 1001000 10111011 10110 111101 0 11011 100010111 101110 110011

Color Harmonies of #9248BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9248BB

Black with #9248BB

Text Example


Text Example

White with #9248BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9248BB; }

 p { color: rgb(146,72,187); }

 H1.HeaderClassName
 {
   color: #9248BB;
 }
 .AnyTagClassName
 {
   color: #9248BB;
 }
</style>

background-color css

<style>
 a { background-color: #9248BB; }

 a { background-color: rgb(146,72,187); }

 div.DivClassName
 {
   background-color: #9248BB;
 }
 .BgClassName
 {
   background-color: #9248BB;
 }
</style>

border-color css

<style>
 span { border-color: #9248BB; }

 span { border-color: rgb(146,72,187); }

 td.TdClassName
 {
   border-color: #9248BB;
 }
 .TagClassName
 {
   border-color: #9248BB;
 }
</style>