#850BCA

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

Shades of Dark Violet #850BCA

Tints of Dark Violet #850BCA

Color information

#850BCA (or 0x850BCA) is unknown color: approx Dark Violet. HEX triplet: 85, 0B and CA. RGB value is (133,11,202). Sum of RGB (Red+Green+Blue) = 133+11+202=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #850BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BCA is #7AF435. Grayscale: #444444. Windows color (decimal): -8057910 or 13241221. OLE color: 13241221.

HSL color Cylindrical-coordinate representation of color #850BCA: hue angle of 278.32º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850BCA is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13311202-
CMYK0.340.9500.21
HSL278.32º89.67%41.76%-
HSV(B)278.32º94.55%79.22%-
XYZ20.459.4956.63-
YUV69.25202.92173.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 11 (4.69% from 255) = 3.18%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=38.44%
G=3.18%
B=58.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133112020.340.9500.21278.3289.6741.76
Hex85BCA225F0151165a2a
Octal205133124213702542613252
Binary1000010110111100101010001010111110101011000101101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,11,202); }

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

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

 a { background-color: rgb(133,11,202); }

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

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

 span { border-color: rgb(133,11,202); }

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