Html Css Color HEX #9247B6 Deep Lilac

📋 copy color: '#9247B6'

red 146 ◦ green 71 ◦ blue 182

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

Shades of Deep Lilac #9247B6

Tints of Deep Lilac #9247B6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.79%

 BLUE value IS 182 (71.48% from 255) = 45.61%

R = 36.59%
G = 17.79%
B = 45.61%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9247B6 (or 0x9247B6) is known color: Deep Lilac. HEX triplet: 92, 47 and B6. RGB value is (146,71,182). Sum of RGB (Red+Green+Blue) = 146+71+182=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #9247B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9247B6 is #6DB849. Grayscale: #696969. Windows color (decimal): -7190602 or 11945874. OLE color: 11945874.

HSL color Cylindrical-coordinate representation of color #9247B6: hue angle of 280.54º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9247B6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 71 182 -
CMYK 0.20 0.61 0 0.29
HSL 280.54º 0.44% 0.5% -
HSV(B) 280.54º 0.61% 0.71% -
XYZ 22.55 13.99 45.77 -
YUV 106.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 146 71 182 0.20 0.61 0 0.29 280.54 0.44 0.5
Hex 92 47 B6 14 3D 0 1D 119 2C 32
Octal 222 107 266 24 75 0 35 431 54 62
Binary 10010010 1000111 10110110 10100 111101 0 11101 100011001 101100 110010

Color Harmonies of #9247B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9247B6

Black with #9247B6

Text Example


Text Example

White with #9247B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9247B6; }

 p { color: rgb(146,71,182); }

 H1.HeaderClassName
 {
   color: #9247B6;
 }
 .AnyTagClassName
 {
   color: #9247B6;
 }
</style>

background-color css

<style>
 a { background-color: #9247B6; }

 a { background-color: rgb(146,71,182); }

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

border-color css

<style>
 span { border-color: #9247B6; }

 span { border-color: rgb(146,71,182); }

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