#810DBE

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

Shades of Dark Violet #810DBE

Tints of Dark Violet #810DBE

Color information

#810DBE (or 0x810DBE) is unknown color: approx Dark Violet. HEX triplet: 81, 0D and BE. RGB value is (129,13,190). Sum of RGB (Red+Green+Blue) = 129+13+190=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #810DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DBE is #7EF241. Grayscale: #434343. Windows color (decimal): -8319554 or 12455297. OLE color: 12455297.

HSL color Cylindrical-coordinate representation of color #810DBE: hue angle of 279.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810DBE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12913190-
CMYK0.320.9300.25
HSL279.32º87.19%39.8%-
HSV(B)279.32º93.16%74.51%-
XYZ18.498.6749.41-
YUV67.86196.93171.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 13 (5.47% from 255) = 3.92%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=38.86%
G=3.92%
B=57.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129131900.320.9300.25279.3287.1939.8
Hex81DBE205D0191175728
Octal201152764013503142712750
Binary1000000111011011111010000010111010110011000101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810DBE; }

 p { color: rgb(129,13,190); }

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

<style>
 a { background-color: #810DBE; }

 a { background-color: rgb(129,13,190); }

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

<style>
 span { border-color: #810DBE; }

 span { border-color: rgb(129,13,190); }

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