Html Css Color HEX #8A0ACA Dark Violet

📋 copy color: '#8A0ACA'

red 138 ◦ green 10 ◦ blue 202

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

Shades of Dark Violet #8A0ACA

Tints of Dark Violet #8A0ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.71%

R = 39.43%
G = 2.86%
B = 57.71%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A0ACA (or 0x8A0ACA) is known color: Dark Violet. HEX triplet: 8A, 0A and CA. RGB value is (138,10,202). Sum of RGB (Red+Green+Blue) = 138+10+202=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A0ACA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ACA is #75F535. Grayscale: #454545. Windows color (decimal): -7730486 or 13240970. OLE color: 13240970.

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

Color convert

RGB 138 10 202 -
CMYK 0.32 0.95 0 0.21
HSL 280º 0.91% 0.42% -
HSV(B) 280º 0.95% 0.79% -
XYZ 21.25 9.88 56.67 -
YUV 70.16 202.41 176.39 -
System Red Green Blue C M Y K H S L
Decimal 138 10 202 0.32 0.95 0 0.21 280 0.91 0.42
Hex 8A A CA 20 5F 0 15 118 5B 2A
Octal 212 12 312 40 137 0 25 430 133 52
Binary 10001010 1010 11001010 100000 1011111 0 10101 100011000 1011011 101010

Color Harmonies of #8A0ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0ACA

Black with #8A0ACA

Text Example


Text Example

White with #8A0ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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