Html Css Color HEX #8A0CBE Dark Violet

📋 copy color: '#8A0CBE'

red 138 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #8A0CBE

Tints of Dark Violet #8A0CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 40.59%
G = 3.53%
B = 55.88%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A0CBE (or 0x8A0CBE) is known color: Dark Violet. HEX triplet: 8A, 0C and BE. RGB value is (138,12,190). Sum of RGB (Red+Green+Blue) = 138+12+190=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CBE is #75F341. Grayscale: #454545. Windows color (decimal): -7729986 or 12455050. OLE color: 12455050.

HSL color Cylindrical-coordinate representation of color #8A0CBE: hue angle of 282.47º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0CBE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 12 190 -
CMYK 0.27 0.94 0 0.25
HSL 282.47º 0.88% 0.4% -
HSV(B) 282.47º 0.94% 0.75% -
XYZ 19.91 9.38 49.48 -
YUV 69.97 195.74 176.53 -
System Red Green Blue C M Y K H S L
Decimal 138 12 190 0.27 0.94 0 0.25 282.47 0.88 0.4
Hex 8A C BE 1B 5E 0 19 11A 58 28
Octal 212 14 276 33 136 0 31 432 130 50
Binary 10001010 1100 10111110 11011 1011110 0 11001 100011010 1011000 101000

Color Harmonies of #8A0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0CBE

Black with #8A0CBE

Text Example


Text Example

White with #8A0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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