Html Css Color HEX #8A14B1 Dark Violet

📋 copy color: '#8A14B1'

red 138 ◦ green 20 ◦ blue 177

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

Shades of Dark Violet #8A14B1

Tints of Dark Violet #8A14B1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

 BLUE value IS 177 (69.53% from 255) = 52.84%

R = 41.19%
G = 5.97%
B = 52.84%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A14B1 (or 0x8A14B1) is known color: Dark Violet. HEX triplet: 8A, 14 and B1. RGB value is (138,20,177). Sum of RGB (Red+Green+Blue) = 138+20+177=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A14B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A14B1 is #75EB4E. Grayscale: #484848. Windows color (decimal): -7727951 or 11605130. OLE color: 11605130.

HSL color Cylindrical-coordinate representation of color #8A14B1: hue angle of 285.1º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A14B1 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 20 177 -
CMYK 0.22 0.89 0 0.31
HSL 285.1º 0.8% 0.39% -
HSV(B) 285.1º 0.89% 0.69% -
XYZ 18.67 9.08 42.36 -
YUV 73.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 138 20 177 0.22 0.89 0 0.31 285.1 0.8 0.39
Hex 8A 14 B1 16 59 0 1F 11D 50 27
Octal 212 24 261 26 131 0 37 435 120 47
Binary 10001010 10100 10110001 10110 1011001 0 11111 100011101 1010000 100111

Color Harmonies of #8A14B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A14B1

Black with #8A14B1

Text Example


Text Example

White with #8A14B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,20,177); }

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

background-color css

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

 a { background-color: rgb(138,20,177); }

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

border-color css

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

 span { border-color: rgb(138,20,177); }

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