Html Css Color HEX #8010BA Dark Violet

📋 copy color: '#8010BA'

red 128 ◦ green 16 ◦ blue 186

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

Shades of Dark Violet #8010BA

Tints of Dark Violet #8010BA

RGB

 RED value IS 128 (50.39% from 255) = 38.79%

 GREEN value IS 16 (6.64% from 255) = 4.85%

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 38.79%
G = 4.85%
B = 56.36%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8010BA (or 0x8010BA) is known color: Dark Violet. HEX triplet: 80, 10 and BA. RGB value is (128,16,186). Sum of RGB (Red+Green+Blue) = 128+16+186=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #8010BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010BA is #7FEF45. Grayscale: #444444. Windows color (decimal): -8384326 or 12193920. OLE color: 12193920.

HSL color Cylindrical-coordinate representation of color #8010BA: hue angle of 279.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8010BA is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 16 186 -
CMYK 0.31 0.91 0 0.27
HSL 279.53º 0.84% 0.4% -
HSV(B) 279.53º 0.91% 0.73% -
XYZ 17.95 8.5 47.15 -
YUV 68.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 128 16 186 0.31 0.91 0 0.27 279.53 0.84 0.4
Hex 80 10 BA 1F 5B 0 1B 118 54 28
Octal 200 20 272 37 133 0 33 430 124 50
Binary 10000000 10000 10111010 11111 1011011 0 11011 100011000 1010100 101000

Color Harmonies of #8010BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010BA

Black with #8010BA

Text Example


Text Example

White with #8010BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8010BA; }

 p { color: rgb(128,16,186); }

 H1.HeaderClassName
 {
   color: #8010BA;
 }
 .AnyTagClassName
 {
   color: #8010BA;
 }
</style>

background-color css

<style>
 a { background-color: #8010BA; }

 a { background-color: rgb(128,16,186); }

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

border-color css

<style>
 span { border-color: #8010BA; }

 span { border-color: rgb(128,16,186); }

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