Html Css Color HEX #800CCC Dark Violet

📋 copy color: '#800CCC'

red 128 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #800CCC

Tints of Dark Violet #800CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.49%

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

R = 37.21%
G = 3.49%
B = 59.3%

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

#800CCC (or 0x800CCC) is known color: Dark Violet. HEX triplet: 80, 0C and CC. RGB value is (128,12,204). Sum of RGB (Red+Green+Blue) = 128+12+204=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #800CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CCC is #7FF333. Grayscale: #434343. Windows color (decimal): -8385332 or 13372544. OLE color: 13372544.

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

Color convert

RGB 128 12 204 -
CMYK 0.37 0.94 0 0.2
HSL 276.25º 0.89% 0.42% -
HSV(B) 276.25º 0.94% 0.8% -
XYZ 19.93 9.21 57.85 -
YUV 68.57 204.43 170.39 -
System Red Green Blue C M Y K H S L
Decimal 128 12 204 0.37 0.94 0 0.2 276.25 0.89 0.42
Hex 80 C CC 25 5E 0 14 114 59 2A
Octal 200 14 314 45 136 0 24 424 131 52
Binary 10000000 1100 11001100 100101 1011110 0 10100 100010100 1011001 101010

Color Harmonies of #800CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CCC

Black with #800CCC

Text Example


Text Example

White with #800CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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