Html Css Color HEX #9971CF Lilac Bush

📋 copy color: '#9971CF'

red 153 ◦ green 113 ◦ blue 207

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

Shades of Lilac Bush #9971CF

Tints of Lilac Bush #9971CF

RGB

 RED value IS 153 (60.16% from 255) = 32.35%

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

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 32.35%
G = 23.89%
B = 43.76%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9971CF (or 0x9971CF) is known color: Lilac Bush. HEX triplet: 99, 71 and CF. RGB value is (153,113,207). Sum of RGB (Red+Green+Blue) = 153+113+207=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #9971CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971CF is #668E30. Grayscale: #878787. Windows color (decimal): -6721073 or 13595033. OLE color: 13595033.

HSL color Cylindrical-coordinate representation of color #9971CF: hue angle of 265.53º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9971CF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 113 207 -
CMYK 0.26 0.45 0 0.19
HSL 265.53º 0.49% 0.63% -
HSV(B) 265.53º 0.45% 0.81% -
XYZ 30.3 23.09 61.89 -
YUV 135.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 153 113 207 0.26 0.45 0 0.19 265.53 0.49 0.63
Hex 99 71 CF 1A 2D 0 13 10A 31 3F
Octal 231 161 317 32 55 0 23 412 61 77
Binary 10011001 1110001 11001111 11010 101101 0 10011 100001010 110001 111111

Color Harmonies of #9971CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9971CF

Black with #9971CF

Text Example


Text Example

White with #9971CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9971CF; }

 p { color: rgb(153,113,207); }

 H1.HeaderClassName
 {
   color: #9971CF;
 }
 .AnyTagClassName
 {
   color: #9971CF;
 }
</style>

background-color css

<style>
 a { background-color: #9971CF; }

 a { background-color: rgb(153,113,207); }

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

border-color css

<style>
 span { border-color: #9971CF; }

 span { border-color: rgb(153,113,207); }

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