Html Css Color HEX #8962BE Lilac Bush

📋 copy color: '#8962BE'

red 137 ◦ green 98 ◦ blue 190

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

Shades of Lilac Bush #8962BE

Tints of Lilac Bush #8962BE

RGB

 RED value IS 137 (53.91% from 255) = 32.24%

 GREEN value IS 98 (38.67% from 255) = 23.06%

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

R = 32.24%
G = 23.06%
B = 44.71%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8962BE (or 0x8962BE) is known color: Lilac Bush. HEX triplet: 89, 62 and BE. RGB value is (137,98,190). Sum of RGB (Red+Green+Blue) = 137+98+190=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #8962BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962BE is #769D41. Grayscale: #777777. Windows color (decimal): -7773506 or 12477065. OLE color: 12477065.

HSL color Cylindrical-coordinate representation of color #8962BE: hue angle of 265.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8962BE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 98 190 -
CMYK 0.28 0.48 0 0.25
HSL 265.43º 0.41% 0.56% -
HSV(B) 265.43º 0.48% 0.75% -
XYZ 23.98 17.77 50.88 -
YUV 120.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 137 98 190 0.28 0.48 0 0.25 265.43 0.41 0.56
Hex 89 62 BE 1C 30 0 19 109 29 38
Octal 211 142 276 34 60 0 31 411 51 70
Binary 10001001 1100010 10111110 11100 110000 0 11001 100001001 101001 111000

Color Harmonies of #8962BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8962BE

Black with #8962BE

Text Example


Text Example

White with #8962BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,98,190); }

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

background-color css

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

 a { background-color: rgb(137,98,190); }

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

border-color css

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

 span { border-color: rgb(137,98,190); }

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