Html Css Color HEX #8A12B7 Dark Violet

📋 copy color: '#8A12B7'

red 138 ◦ green 18 ◦ blue 183

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

Shades of Dark Violet #8A12B7

Tints of Dark Violet #8A12B7

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.31%

 BLUE value IS 183 (71.88% from 255) = 53.98%

R = 40.71%
G = 5.31%
B = 53.98%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8A12B7 (or 0x8A12B7) is known color: Dark Violet. HEX triplet: 8A, 12 and B7. RGB value is (138,18,183). Sum of RGB (Red+Green+Blue) = 138+18+183=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A12B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A12B7 is #75ED48. Grayscale: #484848. Windows color (decimal): -7728457 or 11997834. OLE color: 11997834.

HSL color Cylindrical-coordinate representation of color #8A12B7: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A12B7 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 18 183 -
CMYK 0.25 0.90 0 0.28
HSL 283.64º 0.82% 0.39% -
HSV(B) 283.64º 0.9% 0.72% -
XYZ 19.24 9.25 45.57 -
YUV 72.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 138 18 183 0.25 0.90 0 0.28 283.64 0.82 0.39
Hex 8A 12 B7 19 5A 0 1C 11C 52 27
Octal 212 22 267 31 132 0 34 434 122 47
Binary 10001010 10010 10110111 11001 1011010 0 11100 100011100 1010010 100111

Color Harmonies of #8A12B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A12B7

Black with #8A12B7

Text Example


Text Example

White with #8A12B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,18,183); }

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

background-color css

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

 a { background-color: rgb(138,18,183); }

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

border-color css

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

 span { border-color: rgb(138,18,183); }

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