Html Css Color HEX #9875C3 Lilac Bush

📋 copy color: '#9875C3'

red 152 ◦ green 117 ◦ blue 195

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

Shades of Lilac Bush #9875C3

Tints of Lilac Bush #9875C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.03%

R = 32.76%
G = 25.22%
B = 42.03%

CMYK

 C value IS 0.22

 M value IS 0.4

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9875C3 (or 0x9875C3) is known color: Lilac Bush. HEX triplet: 98, 75 and C3. RGB value is (152,117,195). Sum of RGB (Red+Green+Blue) = 152+117+195=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #9875C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875C3 is #678A3C. Grayscale: #888888. Windows color (decimal): -6785597 or 12809624. OLE color: 12809624.

HSL color Cylindrical-coordinate representation of color #9875C3: hue angle of 266.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9875C3 is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 117 195 -
CMYK 0.22 0.4 0 0.24
HSL 266.92º 0.39% 0.61% -
HSV(B) 266.92º 0.4% 0.76% -
XYZ 29.16 23.34 54.6 -
YUV 136.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 152 117 195 0.22 0.4 0 0.24 266.92 0.39 0.61
Hex 98 75 C3 16 28 0 18 10B 27 3D
Octal 230 165 303 26 50 0 30 413 47 75
Binary 10011000 1110101 11000011 10110 101000 0 11000 100001011 100111 111101

Color Harmonies of #9875C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875C3

Black with #9875C3

Text Example


Text Example

White with #9875C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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