Html Css Color HEX #8A41AF Deep Lilac

📋 copy color: '#8A41AF'

red 138 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #8A41AF

Tints of Deep Lilac #8A41AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 36.51%
G = 17.2%
B = 46.3%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A41AF (or 0x8A41AF) is known color: Deep Lilac. HEX triplet: 8A, 41 and AF. RGB value is (138,65,175). Sum of RGB (Red+Green+Blue) = 138+65+175=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A41AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A41AF is #75BE50. Grayscale: #636363. Windows color (decimal): -7716433 or 11485578. OLE color: 11485578.

HSL color Cylindrical-coordinate representation of color #8A41AF: hue angle of 279.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A41AF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 65 175 -
CMYK 0.21 0.63 0 0.31
HSL 279.82º 0.46% 0.47% -
HSV(B) 279.82º 0.63% 0.69% -
XYZ 20.11 12.28 41.87 -
YUV 99.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 138 65 175 0.21 0.63 0 0.31 279.82 0.46 0.47
Hex 8A 41 AF 15 3F 0 1F 118 2E 2F
Octal 212 101 257 25 77 0 37 430 56 57
Binary 10001010 1000001 10101111 10101 111111 0 11111 100011000 101110 101111

Color Harmonies of #8A41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A41AF

Black with #8A41AF

Text Example


Text Example

White with #8A41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,65,175); }

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

background-color css

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

 a { background-color: rgb(138,65,175); }

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

border-color css

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

 span { border-color: rgb(138,65,175); }

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