#850CC1

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

Shades of Dark Violet #850CC1

Tints of Dark Violet #850CC1

Color information

#850CC1 (or 0x850CC1) is unknown color: approx Dark Violet. HEX triplet: 85, 0C and C1. RGB value is (133,12,193). Sum of RGB (Red+Green+Blue) = 133+12+193=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #850CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CC1 is #7AF33E. Grayscale: #444444. Windows color (decimal): -8057663 or 12651653. OLE color: 12651653.

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

Color convert

RGB13312193-
CMYK0.310.9400.24
HSL280.11º88.29%40.2%-
HSV(B)280.11º93.78%75.69%-
XYZ19.439.151.18-
YUV68.81198.09173.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 12 (5.08% from 255) = 3.55%
BLUE value IS 193 (75.78% from 255) = 57.10%
R=39.35%
G=3.55%
B=57.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133121930.310.9400.24280.1188.2940.2
Hex85CC11F5E0181185828
Octal205143013713603043013050
Binary100001011100110000011111110111100110001000110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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