Html Css Color HEX #9A71CD Lilac Bush

📋 copy color: '#9A71CD'

red 154 ◦ green 113 ◦ blue 205

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

Shades of Lilac Bush #9A71CD

Tints of Lilac Bush #9A71CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 32.63%
G = 23.94%
B = 43.43%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A71CD (or 0x9A71CD) is known color: Lilac Bush. HEX triplet: 9A, 71 and CD. RGB value is (154,113,205). Sum of RGB (Red+Green+Blue) = 154+113+205=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71CD is #658E32. Grayscale: #878787. Windows color (decimal): -6655539 or 13463962. OLE color: 13463962.

HSL color Cylindrical-coordinate representation of color #9A71CD: hue angle of 266.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A71CD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 113 205 -
CMYK 0.25 0.45 0 0.20
HSL 266.74º 0.48% 0.62% -
HSV(B) 266.74º 0.45% 0.8% -
XYZ 30.25 23.09 60.62 -
YUV 135.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 154 113 205 0.25 0.45 0 0.20 266.74 0.48 0.62
Hex 9A 71 CD 19 2D 0 14 10B 30 3E
Octal 232 161 315 31 55 0 24 413 60 76
Binary 10011010 1110001 11001101 11001 101101 0 10100 100001011 110000 111110

Color Harmonies of #9A71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A71CD

Black with #9A71CD

Text Example


Text Example

White with #9A71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,113,205); }

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

background-color css

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

 a { background-color: rgb(154,113,205); }

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

border-color css

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

 span { border-color: rgb(154,113,205); }

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