Html Css Color HEX #815ABA Lilac Bush

📋 copy color: '#815ABA'

red 129 ◦ green 90 ◦ blue 186

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

Shades of Lilac Bush #815ABA

Tints of Lilac Bush #815ABA

RGB

 RED value IS 129 (50.78% from 255) = 31.85%

 GREEN value IS 90 (35.55% from 255) = 22.22%

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

R = 31.85%
G = 22.22%
B = 45.93%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#815ABA (or 0x815ABA) is known color: Lilac Bush. HEX triplet: 81, 5A and BA. RGB value is (129,90,186). Sum of RGB (Red+Green+Blue) = 129+90+186=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #815ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ABA is #7EA545. Grayscale: #707070. Windows color (decimal): -8299846 or 12212865. OLE color: 12212865.

HSL color Cylindrical-coordinate representation of color #815ABA: hue angle of 264.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #815ABA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 90 186 -
CMYK 0.31 0.52 0 0.27
HSL 264.38º 0.41% 0.54% -
HSV(B) 264.38º 0.52% 0.73% -
XYZ 21.57 15.52 48.31 -
YUV 112.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 129 90 186 0.31 0.52 0 0.27 264.38 0.41 0.54
Hex 81 5A BA 1F 34 0 1B 108 29 36
Octal 201 132 272 37 64 0 33 410 51 66
Binary 10000001 1011010 10111010 11111 110100 0 11011 100001000 101001 110110

Color Harmonies of #815ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815ABA

Black with #815ABA

Text Example


Text Example

White with #815ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815ABA; }

 p { color: rgb(129,90,186); }

 H1.HeaderClassName
 {
   color: #815ABA;
 }
 .AnyTagClassName
 {
   color: #815ABA;
 }
</style>

background-color css

<style>
 a { background-color: #815ABA; }

 a { background-color: rgb(129,90,186); }

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

border-color css

<style>
 span { border-color: #815ABA; }

 span { border-color: rgb(129,90,186); }

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