Html Css Color HEX #800DCC Dark Violet

📋 copy color: '#800DCC'

red 128 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #800DCC

Tints of Dark Violet #800DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.77%

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

R = 37.1%
G = 3.77%
B = 59.13%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#800DCC (or 0x800DCC) is known color: Dark Violet. HEX triplet: 80, 0D and CC. RGB value is (128,13,204). Sum of RGB (Red+Green+Blue) = 128+13+204=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #800DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DCC is #7FF233. Grayscale: #444444. Windows color (decimal): -8385076 or 13372800. OLE color: 13372800.

HSL color Cylindrical-coordinate representation of color #800DCC: hue angle of 276.13º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DCC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 13 204 -
CMYK 0.37 0.94 0 0.2
HSL 276.13º 0.88% 0.43% -
HSV(B) 276.13º 0.94% 0.8% -
XYZ 19.95 9.24 57.86 -
YUV 69.16 204.1 169.97 -
System Red Green Blue C M Y K H S L
Decimal 128 13 204 0.37 0.94 0 0.2 276.13 0.88 0.43
Hex 80 D CC 25 5E 0 14 114 58 2B
Octal 200 15 314 45 136 0 24 424 130 53
Binary 10000000 1101 11001100 100101 1011110 0 10100 100010100 1011000 101011

Color Harmonies of #800DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DCC

Black with #800DCC

Text Example


Text Example

White with #800DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800DCC; }

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

 H1.HeaderClassName
 {
   color: #800DCC;
 }
 .AnyTagClassName
 {
   color: #800DCC;
 }
</style>

background-color css

<style>
 a { background-color: #800DCC; }

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

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

border-color css

<style>
 span { border-color: #800DCC; }

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

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