#850ECB

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

Shades of Dark Violet #850ECB

Tints of Dark Violet #850ECB

Color information

#850ECB (or 0x850ECB) is unknown color: approx Dark Violet. HEX triplet: 85, 0E and CB. RGB value is (133,14,203). Sum of RGB (Red+Green+Blue) = 133+14+203=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #850ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ECB is #7AF134. Grayscale: #464646. Windows color (decimal): -8057141 or 13307525. OLE color: 13307525.

HSL color Cylindrical-coordinate representation of color #850ECB: hue angle of 277.78º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850ECB is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13314203-
CMYK0.340.9300.20
HSL277.78º87.1%42.55%-
HSV(B)277.78º93.1%79.61%-
XYZ20.619.6157.27-
YUV71.13202.42172.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 14 (5.86% from 255) = 4%
BLUE value IS 203 (79.69% from 255) = 58%
R=38%
G=4%
B=58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133142030.340.9300.20277.7887.142.55
Hex85ECB225D014116572b
Octal205163134213502442612753
Binary1000010111101100101110001010111010101001000101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850ECB; }

 p { color: rgb(133,14,203); }

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

<style>
 a { background-color: #850ECB; }

 a { background-color: rgb(133,14,203); }

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

<style>
 span { border-color: #850ECB; }

 span { border-color: rgb(133,14,203); }

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