Html Css Color HEX #9872BE Lilac Bush

📋 copy color: '#9872BE'

red 152 ◦ green 114 ◦ blue 190

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

Shades of Lilac Bush #9872BE

Tints of Lilac Bush #9872BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.2

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9872BE (or 0x9872BE) is known color: Lilac Bush. HEX triplet: 98, 72 and BE. RGB value is (152,114,190). Sum of RGB (Red+Green+Blue) = 152+114+190=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9872BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872BE is #678D41. Grayscale: #858585. Windows color (decimal): -6786370 or 12481176. OLE color: 12481176.

HSL color Cylindrical-coordinate representation of color #9872BE: hue angle of 270º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9872BE is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 114 190 -
CMYK 0.2 0.40 0 0.25
HSL 270º 0.37% 0.6% -
HSV(B) 270º 0.4% 0.75% -
XYZ 28.26 22.43 51.55 -
YUV 134.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 152 114 190 0.2 0.40 0 0.25 270 0.37 0.6
Hex 98 72 BE 14 28 0 19 10E 25 3C
Octal 230 162 276 24 50 0 31 416 45 74
Binary 10011000 1110010 10111110 10100 101000 0 11001 100001110 100101 111100

Color Harmonies of #9872BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9872BE

Black with #9872BE

Text Example


Text Example

White with #9872BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9872BE; }

 p { color: rgb(152,114,190); }

 H1.HeaderClassName
 {
   color: #9872BE;
 }
 .AnyTagClassName
 {
   color: #9872BE;
 }
</style>

background-color css

<style>
 a { background-color: #9872BE; }

 a { background-color: rgb(152,114,190); }

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

border-color css

<style>
 span { border-color: #9872BE; }

 span { border-color: rgb(152,114,190); }

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