Html Css Color HEX #8A0BAE Dark Violet

📋 copy color: '#8A0BAE'

red 138 ◦ green 11 ◦ blue 174

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

Shades of Dark Violet #8A0BAE

Tints of Dark Violet #8A0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 42.72%
G = 3.41%
B = 53.87%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A0BAE (or 0x8A0BAE) is known color: Dark Violet. HEX triplet: 8A, 0B and AE. RGB value is (138,11,174). Sum of RGB (Red+Green+Blue) = 138+11+174=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0BAE is #75F451. Grayscale: #434343. Windows color (decimal): -7730258 or 11406218. OLE color: 11406218.

HSL color Cylindrical-coordinate representation of color #8A0BAE: hue angle of 286.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0BAE is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 11 174 -
CMYK 0.21 0.94 0 0.32
HSL 286.75º 0.88% 0.36% -
HSV(B) 286.75º 0.94% 0.68% -
XYZ 18.24 8.7 40.76 -
YUV 67.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 138 11 174 0.21 0.94 0 0.32 286.75 0.88 0.36
Hex 8A B AE 15 5E 0 20 11F 58 24
Octal 212 13 256 25 136 0 40 437 130 44
Binary 10001010 1011 10101110 10101 1011110 0 100000 100011111 1011000 100100

Color Harmonies of #8A0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0BAE

Black with #8A0BAE

Text Example


Text Example

White with #8A0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,11,174); }

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

background-color css

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

 a { background-color: rgb(138,11,174); }

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

border-color css

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

 span { border-color: rgb(138,11,174); }

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