Html Css Color HEX #8A6BBA Lilac Bush

📋 copy color: '#8A6BBA'

red 138 ◦ green 107 ◦ blue 186

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

Shades of Lilac Bush #8A6BBA

Tints of Lilac Bush #8A6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

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

R = 32.02%
G = 24.83%
B = 43.16%

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

#8A6BBA (or 0x8A6BBA) is known color: Lilac Bush. HEX triplet: 8A, 6B and BA. RGB value is (138,107,186). Sum of RGB (Red+Green+Blue) = 138+107+186=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BBA is #759445. Grayscale: #7C7C7C. Windows color (decimal): -7705670 or 12217226. OLE color: 12217226.

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

Color convert

RGB 138 107 186 -
CMYK 0.26 0.42 0 0.27
HSL 263.54º 0.36% 0.57% -
HSV(B) 263.54º 0.42% 0.73% -
XYZ 24.6 19.46 48.91 -
YUV 125.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 138 107 186 0.26 0.42 0 0.27 263.54 0.36 0.57
Hex 8A 6B BA 1A 2A 0 1B 108 24 39
Octal 212 153 272 32 52 0 33 410 44 71
Binary 10001010 1101011 10111010 11010 101010 0 11011 100001000 100100 111001

Color Harmonies of #8A6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6BBA

Black with #8A6BBA

Text Example


Text Example

White with #8A6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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