Html Css Color HEX #8A4BB5 Deep Lilac

📋 copy color: '#8A4BB5'

red 138 ◦ green 75 ◦ blue 181

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

Shades of Deep Lilac #8A4BB5

Tints of Deep Lilac #8A4BB5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.04%

 BLUE value IS 181 (71.09% from 255) = 45.94%

R = 35.03%
G = 19.04%
B = 45.94%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A4BB5 (or 0x8A4BB5) is known color: Deep Lilac. HEX triplet: 8A, 4B and B5. RGB value is (138,75,181). Sum of RGB (Red+Green+Blue) = 138+75+181=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A4BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4BB5 is #75B44A. Grayscale: #696969. Windows color (decimal): -7713867 or 11881354. OLE color: 11881354.

HSL color Cylindrical-coordinate representation of color #8A4BB5: hue angle of 275.66º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A4BB5 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 75 181 -
CMYK 0.24 0.59 0 0.29
HSL 275.66º 0.42% 0.5% -
HSV(B) 275.66º 0.59% 0.71% -
XYZ 21.34 13.77 45.25 -
YUV 105.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 138 75 181 0.24 0.59 0 0.29 275.66 0.42 0.5
Hex 8A 4B B5 18 3B 0 1D 114 2A 32
Octal 212 113 265 30 73 0 35 424 52 62
Binary 10001010 1001011 10110101 11000 111011 0 11101 100010100 101010 110010

Color Harmonies of #8A4BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4BB5

Black with #8A4BB5

Text Example


Text Example

White with #8A4BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,75,181); }

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

background-color css

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

 a { background-color: rgb(138,75,181); }

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

border-color css

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

 span { border-color: rgb(138,75,181); }

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