Html Css Color HEX #8010B6 Dark Violet

📋 copy color: '#8010B6'

red 128 ◦ green 16 ◦ blue 182

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

Shades of Dark Violet #8010B6

Tints of Dark Violet #8010B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.83%

R = 39.26%
G = 4.91%
B = 55.83%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8010B6 (or 0x8010B6) is known color: Dark Violet. HEX triplet: 80, 10 and B6. RGB value is (128,16,182). Sum of RGB (Red+Green+Blue) = 128+16+182=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #8010B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010B6 is #7FEF49. Grayscale: #434343. Windows color (decimal): -8384330 or 11931776. OLE color: 11931776.

HSL color Cylindrical-coordinate representation of color #8010B6: hue angle of 280.48º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8010B6 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 16 182 -
CMYK 0.30 0.91 0 0.29
HSL 280.48º 0.84% 0.39% -
HSV(B) 280.48º 0.91% 0.71% -
XYZ 17.53 8.34 44.94 -
YUV 68.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 128 16 182 0.30 0.91 0 0.29 280.48 0.84 0.39
Hex 80 10 B6 1E 5B 0 1D 118 54 27
Octal 200 20 266 36 133 0 35 430 124 47
Binary 10000000 10000 10110110 11110 1011011 0 11101 100011000 1010100 100111

Color Harmonies of #8010B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010B6

Black with #8010B6

Text Example


Text Example

White with #8010B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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