Html Css Color HEX #8962BA Lilac Bush

📋 copy color: '#8962BA'

red 137 ◦ green 98 ◦ blue 186

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

Shades of Lilac Bush #8962BA

Tints of Lilac Bush #8962BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 32.54%
G = 23.28%
B = 44.18%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8962BA (or 0x8962BA) is known color: Lilac Bush. HEX triplet: 89, 62 and BA. RGB value is (137,98,186). Sum of RGB (Red+Green+Blue) = 137+98+186=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #8962BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962BA is #769D45. Grayscale: #777777. Windows color (decimal): -7773510 or 12214921. OLE color: 12214921.

HSL color Cylindrical-coordinate representation of color #8962BA: hue angle of 266.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8962BA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 98 186 -
CMYK 0.26 0.47 0 0.27
HSL 266.59º 0.39% 0.56% -
HSV(B) 266.59º 0.47% 0.73% -
XYZ 23.55 17.6 48.61 -
YUV 119.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 137 98 186 0.26 0.47 0 0.27 266.59 0.39 0.56
Hex 89 62 BA 1A 2F 0 1B 10B 27 38
Octal 211 142 272 32 57 0 33 413 47 70
Binary 10001001 1100010 10111010 11010 101111 0 11011 100001011 100111 111000

Color Harmonies of #8962BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8962BA

Black with #8962BA

Text Example


Text Example

White with #8962BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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