Html Css Color HEX #8A0ACC Dark Violet

📋 copy color: '#8A0ACC'

red 138 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #8A0ACC

Tints of Dark Violet #8A0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 39.2%
G = 2.84%
B = 57.95%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8A0ACC (or 0x8A0ACC) is known color: Dark Violet. HEX triplet: 8A, 0A and CC. RGB value is (138,10,204). Sum of RGB (Red+Green+Blue) = 138+10+204=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ACC is #75F533. Grayscale: #454545. Windows color (decimal): -7730484 or 13372042. OLE color: 13372042.

HSL color Cylindrical-coordinate representation of color #8A0ACC: hue angle of 279.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0ACC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 10 204 -
CMYK 0.32 0.95 0 0.2
HSL 279.59º 0.91% 0.42% -
HSV(B) 279.59º 0.95% 0.8% -
XYZ 21.49 9.98 57.92 -
YUV 70.39 203.41 176.23 -
System Red Green Blue C M Y K H S L
Decimal 138 10 204 0.32 0.95 0 0.2 279.59 0.91 0.42
Hex 8A A CC 20 5F 0 14 118 5B 2A
Octal 212 12 314 40 137 0 24 430 133 52
Binary 10001010 1010 11001100 100000 1011111 0 10100 100011000 1011011 101010

Color Harmonies of #8A0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0ACC

Black with #8A0ACC

Text Example


Text Example

White with #8A0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,10,204); }

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

background-color css

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

 a { background-color: rgb(138,10,204); }

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

border-color css

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

 span { border-color: rgb(138,10,204); }

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