Html Css Color HEX #9873CB Lilac Bush

📋 copy color: '#9873CB'

red 152 ◦ green 115 ◦ blue 203

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

Shades of Lilac Bush #9873CB

Tints of Lilac Bush #9873CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.47%

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

R = 32.34%
G = 24.47%
B = 43.19%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9873CB (or 0x9873CB) is known color: Lilac Bush. HEX triplet: 98, 73 and CB. RGB value is (152,115,203). Sum of RGB (Red+Green+Blue) = 152+115+203=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #9873CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9873CB is #678C34. Grayscale: #878787. Windows color (decimal): -6786101 or 13333400. OLE color: 13333400.

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

Color convert

RGB 152 115 203 -
CMYK 0.25 0.43 0 0.20
HSL 265.23º 0.46% 0.62% -
HSV(B) 265.23º 0.43% 0.8% -
XYZ 29.86 23.25 59.41 -
YUV 136.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 152 115 203 0.25 0.43 0 0.20 265.23 0.46 0.62
Hex 98 73 CB 19 2B 0 14 109 2E 3E
Octal 230 163 313 31 53 0 24 411 56 76
Binary 10011000 1110011 11001011 11001 101011 0 10100 100001001 101110 111110

Color Harmonies of #9873CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9873CB

Black with #9873CB

Text Example


Text Example

White with #9873CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,115,203); }

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

background-color css

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

 a { background-color: rgb(152,115,203); }

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

border-color css

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

 span { border-color: rgb(152,115,203); }

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