Html Css Color HEX #9A76CE Lilac Bush

📋 copy color: '#9A76CE'

red 154 ◦ green 118 ◦ blue 206

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

Shades of Lilac Bush #9A76CE

Tints of Lilac Bush #9A76CE

RGB

 RED value IS 154 (60.55% from 255) = 32.22%

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 32.22%
G = 24.69%
B = 43.1%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A76CE (or 0x9A76CE) is known color: Lilac Bush. HEX triplet: 9A, 76 and CE. RGB value is (154,118,206). Sum of RGB (Red+Green+Blue) = 154+118+206=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A76CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76CE is #658931. Grayscale: #8A8A8A. Windows color (decimal): -6654258 or 13530778. OLE color: 13530778.

HSL color Cylindrical-coordinate representation of color #9A76CE: hue angle of 264.55º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A76CE is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 118 206 -
CMYK 0.25 0.43 0 0.19
HSL 264.55º 0.47% 0.64% -
HSV(B) 264.55º 0.43% 0.81% -
XYZ 30.95 24.28 61.45 -
YUV 138.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 154 118 206 0.25 0.43 0 0.19 264.55 0.47 0.64
Hex 9A 76 CE 19 2B 0 13 109 2F 40
Octal 232 166 316 31 53 0 23 411 57 100
Binary 10011010 1110110 11001110 11001 101011 0 10011 100001001 101111 1000000

Color Harmonies of #9A76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A76CE

Black with #9A76CE

Text Example


Text Example

White with #9A76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A76CE; }

 p { color: rgb(154,118,206); }

 H1.HeaderClassName
 {
   color: #9A76CE;
 }
 .AnyTagClassName
 {
   color: #9A76CE;
 }
</style>

background-color css

<style>
 a { background-color: #9A76CE; }

 a { background-color: rgb(154,118,206); }

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

border-color css

<style>
 span { border-color: #9A76CE; }

 span { border-color: rgb(154,118,206); }

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