Html Css Color HEX #8A4FB9 Deep Lilac

📋 copy color: '#8A4FB9'

red 138 ◦ green 79 ◦ blue 185

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

Shades of Deep Lilac #8A4FB9

Tints of Deep Lilac #8A4FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 185 (72.66% from 255) = 46.02%

R = 34.33%
G = 19.65%
B = 46.02%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A4FB9 (or 0x8A4FB9) is known color: Deep Lilac. HEX triplet: 8A, 4F and B9. RGB value is (138,79,185). Sum of RGB (Red+Green+Blue) = 138+79+185=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A4FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FB9 is #75B046. Grayscale: #6C6C6C. Windows color (decimal): -7712839 or 12144522. OLE color: 12144522.

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

Color convert

RGB 138 79 185 -
CMYK 0.25 0.57 0 0.27
HSL 273.4º 0.43% 0.52% -
HSV(B) 273.4º 0.57% 0.73% -
XYZ 22.03 14.5 47.54 -
YUV 108.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 138 79 185 0.25 0.57 0 0.27 273.4 0.43 0.52
Hex 8A 4F B9 19 39 0 1B 111 2B 34
Octal 212 117 271 31 71 0 33 421 53 64
Binary 10001010 1001111 10111001 11001 111001 0 11011 100010001 101011 110100

Color Harmonies of #8A4FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4FB9

Black with #8A4FB9

Text Example


Text Example

White with #8A4FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,79,185); }

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

background-color css

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

 a { background-color: rgb(138,79,185); }

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

border-color css

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

 span { border-color: rgb(138,79,185); }

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