Html Css Color HEX #8A0CD8 Dark Violet

📋 copy color: '#8A0CD8'

red 138 ◦ green 12 ◦ blue 216

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

Shades of Dark Violet #8A0CD8

Tints of Dark Violet #8A0CD8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.28%

 BLUE value IS 216 (84.77% from 255) = 59.02%

R = 37.7%
G = 3.28%
B = 59.02%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8A0CD8 (or 0x8A0CD8) is known color: Dark Violet. HEX triplet: 8A, 0C and D8. RGB value is (138,12,216). Sum of RGB (Red+Green+Blue) = 138+12+216=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A0CD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CD8 is #75F327. Grayscale: #484848. Windows color (decimal): -7729960 or 14158986. OLE color: 14158986.

HSL color Cylindrical-coordinate representation of color #8A0CD8: hue angle of 277.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0CD8 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 12 216 -
CMYK 0.36 0.94 0 0.15
HSL 277.06º 0.89% 0.45% -
HSV(B) 277.06º 0.94% 0.85% -
XYZ 23.01 10.62 65.8 -
YUV 72.93 208.74 174.41 -
System Red Green Blue C M Y K H S L
Decimal 138 12 216 0.36 0.94 0 0.15 277.06 0.89 0.45
Hex 8A C D8 24 5E 0 F 115 59 2D
Octal 212 14 330 44 136 0 17 425 131 55
Binary 10001010 1100 11011000 100100 1011110 0 1111 100010101 1011001 101101

Color Harmonies of #8A0CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0CD8

Black with #8A0CD8

Text Example


Text Example

White with #8A0CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,12,216); }

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

background-color css

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

 a { background-color: rgb(138,12,216); }

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

border-color css

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

 span { border-color: rgb(138,12,216); }

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