Html Css Color HEX #8012CE Dark Violet

📋 copy color: '#8012CE'

red 128 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #8012CE

Tints of Dark Violet #8012CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

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

R = 36.36%
G = 5.11%
B = 58.52%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8012CE (or 0x8012CE) is known color: Dark Violet. HEX triplet: 80, 12 and CE. RGB value is (128,18,206). Sum of RGB (Red+Green+Blue) = 128+18+206=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #8012CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012CE is #7FED31. Grayscale: #474747. Windows color (decimal): -8383794 or 13505152. OLE color: 13505152.

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

Color convert

RGB 128 18 206 -
CMYK 0.38 0.91 0 0.19
HSL 275.11º 0.84% 0.44% -
HSV(B) 275.11º 0.91% 0.81% -
XYZ 20.26 9.48 59.15 -
YUV 72.32 203.44 167.71 -
System Red Green Blue C M Y K H S L
Decimal 128 18 206 0.38 0.91 0 0.19 275.11 0.84 0.44
Hex 80 12 CE 26 5B 0 13 113 54 2C
Octal 200 22 316 46 133 0 23 423 124 54
Binary 10000000 10010 11001110 100110 1011011 0 10011 100010011 1010100 101100

Color Harmonies of #8012CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012CE

Black with #8012CE

Text Example


Text Example

White with #8012CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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