#850CBE

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

Shades of Dark Violet #850CBE

Tints of Dark Violet #850CBE

Color information

#850CBE (or 0x850CBE) is unknown color: approx Dark Violet. HEX triplet: 85, 0C and BE. RGB value is (133,12,190). Sum of RGB (Red+Green+Blue) = 133+12+190=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #850CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CBE is #7AF341. Grayscale: #434343. Windows color (decimal): -8057666 or 12455045. OLE color: 12455045.

HSL color Cylindrical-coordinate representation of color #850CBE: hue angle of 280.79º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850CBE is Cyan = 0.3, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13312190-
CMYK0.30.9400.25
HSL280.79º88.12%39.61%-
HSV(B)280.79º93.68%74.51%-
XYZ19.18.9749.44-
YUV68.47196.59174.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=39.70%
G=3.58%
B=56.72%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133121900.30.9400.25280.7988.1239.61
Hex85CBE1E5E0191195828
Octal205142763613603143113050
Binary100001011100101111101111010111100110011000110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,12,190); }

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

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

 a { background-color: rgb(133,12,190); }

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

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

 span { border-color: rgb(133,12,190); }

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