#800CB4

Color #800CB4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #800CB4

Tints of Dark Violet #800CB4

Color information

#800CB4 (or 0x800CB4) is unknown color: approx Dark Violet. HEX triplet: 80, 0C and B4. RGB value is (128,12,180). Sum of RGB (Red+Green+Blue) = 128+12+180=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #800CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CB4 is #7FF34B. Grayscale: #414141. Windows color (decimal): -8385356 or 11799680. OLE color: 11799680.

HSL color Cylindrical-coordinate representation of color #800CB4: hue angle of 281.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CB4 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12812180-
CMYK0.290.9300.29
HSL281.43º87.5%37.65%-
HSV(B)281.43º93.33%70.59%-
XYZ17.278.1543.84-
YUV65.84192.43172.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 12 (5.08% from 255) = 3.75%
BLUE value IS 180 (70.70% from 255) = 56.25%
R=40%
G=3.75%
B=56.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128121800.290.9300.29281.4387.537.65
Hex80CB41D5D01D1195826
Octal200142643513503543113046
Binary100000001100101101001110110111010111011000110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #800CB4;
 }
 .AnyTagClassName
 {
   color: #800CB4;
 }
</style>
background-color css

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

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

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

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

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

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