#800BBD

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

Shades of Dark Violet #800BBD

Tints of Dark Violet #800BBD

Color information

#800BBD (or 0x800BBD) is unknown color: approx Dark Violet. HEX triplet: 80, 0B and BD. RGB value is (128,11,189). Sum of RGB (Red+Green+Blue) = 128+11+189=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #800BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BBD is #7FF442. Grayscale: #414141. Windows color (decimal): -8385603 or 12389248. OLE color: 12389248.

HSL color Cylindrical-coordinate representation of color #800BBD: hue angle of 279.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BBD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12811189-
CMYK0.320.9400.26
HSL279.44º89%39.22%-
HSV(B)279.44º94.18%74.12%-
XYZ18.218.548.83-
YUV66.28197.26172.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=39.02%
G=3.35%
B=57.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128111890.320.9400.26279.448939.22
Hex80BBD205E01A1175927
Octal200132754013603242713147
Binary1000000010111011110110000010111100110101000101111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,11,189); }

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

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

 a { background-color: rgb(128,11,189); }

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

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

 span { border-color: rgb(128,11,189); }

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