Html Css Color HEX #9875CD Lilac Bush

📋 copy color: '#9875CD'

red 152 ◦ green 117 ◦ blue 205

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

Shades of Lilac Bush #9875CD

Tints of Lilac Bush #9875CD

RGB

 RED value IS 152 (59.77% from 255) = 32.07%

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

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

R = 32.07%
G = 24.68%
B = 43.25%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9875CD (or 0x9875CD) is known color: Lilac Bush. HEX triplet: 98, 75 and CD. RGB value is (152,117,205). Sum of RGB (Red+Green+Blue) = 152+117+205=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #9875CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875CD is #678A32. Grayscale: #898989. Windows color (decimal): -6785587 or 13464984. OLE color: 13464984.

HSL color Cylindrical-coordinate representation of color #9875CD: hue angle of 263.86º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9875CD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 117 205 -
CMYK 0.26 0.43 0 0.20
HSL 263.86º 0.47% 0.63% -
HSV(B) 263.86º 0.43% 0.8% -
XYZ 30.33 23.81 60.75 -
YUV 137.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 152 117 205 0.26 0.43 0 0.20 263.86 0.47 0.63
Hex 98 75 CD 1A 2B 0 14 108 2F 3F
Octal 230 165 315 32 53 0 24 410 57 77
Binary 10011000 1110101 11001101 11010 101011 0 10100 100001000 101111 111111

Color Harmonies of #9875CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875CD

Black with #9875CD

Text Example


Text Example

White with #9875CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9875CD; }

 p { color: rgb(152,117,205); }

 H1.HeaderClassName
 {
   color: #9875CD;
 }
 .AnyTagClassName
 {
   color: #9875CD;
 }
</style>

background-color css

<style>
 a { background-color: #9875CD; }

 a { background-color: rgb(152,117,205); }

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

border-color css

<style>
 span { border-color: #9875CD; }

 span { border-color: rgb(152,117,205); }

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