Html Css Color HEX #8010CE Dark Violet

📋 copy color: '#8010CE'

red 128 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #8010CE

Tints of Dark Violet #8010CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 36.57%
G = 4.57%
B = 58.86%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8010CE (or 0x8010CE) is known color: Dark Violet. HEX triplet: 80, 10 and CE. RGB value is (128,16,206). Sum of RGB (Red+Green+Blue) = 128+16+206=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #8010CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010CE is #7FEF31. Grayscale: #464646. Windows color (decimal): -8384306 or 13504640. OLE color: 13504640.

HSL color Cylindrical-coordinate representation of color #8010CE: hue angle of 275.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8010CE is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 16 206 -
CMYK 0.38 0.92 0 0.19
HSL 275.37º 0.86% 0.44% -
HSV(B) 275.37º 0.92% 0.81% -
XYZ 20.23 9.42 59.14 -
YUV 71.15 204.11 168.55 -
System Red Green Blue C M Y K H S L
Decimal 128 16 206 0.38 0.92 0 0.19 275.37 0.86 0.44
Hex 80 10 CE 26 5C 0 13 113 56 2C
Octal 200 20 316 46 134 0 23 423 126 54
Binary 10000000 10000 11001110 100110 1011100 0 10011 100010011 1010110 101100

Color Harmonies of #8010CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010CE

Black with #8010CE

Text Example


Text Example

White with #8010CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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