Html Css Color HEX #8A0CDC Dark Violet

📋 copy color: '#8A0CDC'

red 138 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #8A0CDC

Tints of Dark Violet #8A0CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 37.3%
G = 3.24%
B = 59.46%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A0CDC (or 0x8A0CDC) is known color: Dark Violet. HEX triplet: 8A, 0C and DC. RGB value is (138,12,220). Sum of RGB (Red+Green+Blue) = 138+12+220=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CDC is #75F323. Grayscale: #484848. Windows color (decimal): -7729956 or 14421130. OLE color: 14421130.

HSL color Cylindrical-coordinate representation of color #8A0CDC: hue angle of 276.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0CDC is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 12 220 -
CMYK 0.37 0.95 0 0.14
HSL 276.35º 0.9% 0.45% -
HSV(B) 276.35º 0.95% 0.86% -
XYZ 23.53 10.83 68.56 -
YUV 73.39 210.74 174.09 -
System Red Green Blue C M Y K H S L
Decimal 138 12 220 0.37 0.95 0 0.14 276.35 0.9 0.45
Hex 8A C DC 25 5F 0 E 114 5A 2D
Octal 212 14 334 45 137 0 16 424 132 55
Binary 10001010 1100 11011100 100101 1011111 0 1110 100010100 1011010 101101

Color Harmonies of #8A0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0CDC

Black with #8A0CDC

Text Example


Text Example

White with #8A0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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