Html Css Color HEX #8A55BA Deep Lilac

📋 copy color: '#8A55BA'

red 138 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #8A55BA

Tints of Deep Lilac #8A55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

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

R = 33.74%
G = 20.78%
B = 45.48%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A55BA (or 0x8A55BA) is known color: Deep Lilac. HEX triplet: 8A, 55 and BA. RGB value is (138,85,186). Sum of RGB (Red+Green+Blue) = 138+85+186=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A55BA is #75AA45. Grayscale: #707070. Windows color (decimal): -7711302 or 12211594. OLE color: 12211594.

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

Color convert

RGB 138 85 186 -
CMYK 0.26 0.54 0 0.27
HSL 271.49º 0.42% 0.53% -
HSV(B) 271.49º 0.54% 0.73% -
XYZ 22.59 15.45 48.24 -
YUV 112.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 138 85 186 0.26 0.54 0 0.27 271.49 0.42 0.53
Hex 8A 55 BA 1A 36 0 1B 10F 2A 35
Octal 212 125 272 32 66 0 33 417 52 65
Binary 10001010 1010101 10111010 11010 110110 0 11011 100001111 101010 110101

Color Harmonies of #8A55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A55BA

Black with #8A55BA

Text Example


Text Example

White with #8A55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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