Html Css Color HEX #8012CC Dark Violet

📋 copy color: '#8012CC'

red 128 ◦ green 18 ◦ blue 204

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

Shades of Dark Violet #8012CC

Tints of Dark Violet #8012CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 36.57%
G = 5.14%
B = 58.29%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8012CC (or 0x8012CC) is known color: Dark Violet. HEX triplet: 80, 12 and CC. RGB value is (128,18,204). Sum of RGB (Red+Green+Blue) = 128+18+204=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #8012CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012CC is #7FED33. Grayscale: #474747. Windows color (decimal): -8383796 or 13374080. OLE color: 13374080.

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

Color convert

RGB 128 18 204 -
CMYK 0.37 0.91 0 0.2
HSL 275.48º 0.84% 0.44% -
HSV(B) 275.48º 0.91% 0.8% -
XYZ 20.02 9.38 57.88 -
YUV 72.09 202.44 167.88 -
System Red Green Blue C M Y K H S L
Decimal 128 18 204 0.37 0.91 0 0.2 275.48 0.84 0.44
Hex 80 12 CC 25 5B 0 14 113 54 2C
Octal 200 22 314 45 133 0 24 423 124 54
Binary 10000000 10010 11001100 100101 1011011 0 10100 100010011 1010100 101100

Color Harmonies of #8012CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012CC

Black with #8012CC

Text Example


Text Example

White with #8012CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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