Html Css Color HEX #9975CB Lilac Bush

📋 copy color: '#9975CB'

red 153 ◦ green 117 ◦ blue 203

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

Shades of Lilac Bush #9975CB

Tints of Lilac Bush #9975CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 32.35%
G = 24.74%
B = 42.92%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9975CB (or 0x9975CB) is known color: Lilac Bush. HEX triplet: 99, 75 and CB. RGB value is (153,117,203). Sum of RGB (Red+Green+Blue) = 153+117+203=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #9975CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975CB is #668A34. Grayscale: #898989. Windows color (decimal): -6720053 or 13333913. OLE color: 13333913.

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

Color convert

RGB 153 117 203 -
CMYK 0.25 0.42 0 0.20
HSL 265.12º 0.45% 0.63% -
HSV(B) 265.12º 0.42% 0.8% -
XYZ 30.28 23.81 59.5 -
YUV 137.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 153 117 203 0.25 0.42 0 0.20 265.12 0.45 0.63
Hex 99 75 CB 19 2A 0 14 109 2D 3F
Octal 231 165 313 31 52 0 24 411 55 77
Binary 10011001 1110101 11001011 11001 101010 0 10100 100001001 101101 111111

Color Harmonies of #9975CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9975CB

Black with #9975CB

Text Example


Text Example

White with #9975CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9975CB; }

 p { color: rgb(153,117,203); }

 H1.HeaderClassName
 {
   color: #9975CB;
 }
 .AnyTagClassName
 {
   color: #9975CB;
 }
</style>

background-color css

<style>
 a { background-color: #9975CB; }

 a { background-color: rgb(153,117,203); }

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

border-color css

<style>
 span { border-color: #9975CB; }

 span { border-color: rgb(153,117,203); }

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