Html Css Color HEX #8A0ABB Dark Violet

📋 copy color: '#8A0ABB'

red 138 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #8A0ABB

Tints of Dark Violet #8A0ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 41.19%
G = 2.99%
B = 55.82%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A0ABB (or 0x8A0ABB) is known color: Dark Violet. HEX triplet: 8A, 0A and BB. RGB value is (138,10,187). Sum of RGB (Red+Green+Blue) = 138+10+187=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ABB is #75F544. Grayscale: #434343. Windows color (decimal): -7730501 or 12257930. OLE color: 12257930.

HSL color Cylindrical-coordinate representation of color #8A0ABB: hue angle of 283.39º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0ABB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 10 187 -
CMYK 0.26 0.95 0 0.27
HSL 283.39º 0.9% 0.39% -
HSV(B) 283.39º 0.95% 0.73% -
XYZ 19.56 9.21 47.76 -
YUV 68.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 138 10 187 0.26 0.95 0 0.27 283.39 0.9 0.39
Hex 8A A BB 1A 5F 0 1B 11B 5A 27
Octal 212 12 273 32 137 0 33 433 132 47
Binary 10001010 1010 10111011 11010 1011111 0 11011 100011011 1011010 100111

Color Harmonies of #8A0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0ABB

Black with #8A0ABB

Text Example


Text Example

White with #8A0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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