Html Css Color HEX #8A6CBA Lilac Bush

📋 copy color: '#8A6CBA'

red 138 ◦ green 108 ◦ blue 186

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

Shades of Lilac Bush #8A6CBA

Tints of Lilac Bush #8A6CBA

RGB

 RED value IS 138 (54.3% from 255) = 31.94%

 GREEN value IS 108 (42.58% from 255) = 25%

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

R = 31.94%
G = 25%
B = 43.06%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A6CBA (or 0x8A6CBA) is known color: Lilac Bush. HEX triplet: 8A, 6C and BA. RGB value is (138,108,186). Sum of RGB (Red+Green+Blue) = 138+108+186=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CBA is #759345. Grayscale: #7D7D7D. Windows color (decimal): -7705414 or 12217482. OLE color: 12217482.

HSL color Cylindrical-coordinate representation of color #8A6CBA: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A6CBA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 108 186 -
CMYK 0.26 0.42 0 0.27
HSL 263.08º 0.36% 0.58% -
HSV(B) 263.08º 0.42% 0.73% -
XYZ 24.71 19.67 48.95 -
YUV 125.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 138 108 186 0.26 0.42 0 0.27 263.08 0.36 0.58
Hex 8A 6C BA 1A 2A 0 1B 107 24 3A
Octal 212 154 272 32 52 0 33 407 44 72
Binary 10001010 1101100 10111010 11010 101010 0 11011 100000111 100100 111010

Color Harmonies of #8A6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6CBA

Black with #8A6CBA

Text Example


Text Example

White with #8A6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A6CBA; }

 p { color: rgb(138,108,186); }

 H1.HeaderClassName
 {
   color: #8A6CBA;
 }
 .AnyTagClassName
 {
   color: #8A6CBA;
 }
</style>

background-color css

<style>
 a { background-color: #8A6CBA; }

 a { background-color: rgb(138,108,186); }

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

border-color css

<style>
 span { border-color: #8A6CBA; }

 span { border-color: rgb(138,108,186); }

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