#850C6E

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

Shades of Dark Purple #850C6E

Tints of Dark Purple #850C6E

Color information

#850C6E (or 0x850C6E) is unknown color: approx Dark Purple. HEX triplet: 85, 0C and 6E. RGB value is (133,12,110). Sum of RGB (Red+Green+Blue) = 133+12+110=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #850C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C6E is #7AF391. Grayscale: #3B3B3B. Windows color (decimal): -8057746 or 7212165. OLE color: 7212165.

HSL color Cylindrical-coordinate representation of color #850C6E: hue angle of 311.4º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C6E is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13312110-
CMYK00.910.170.48
HSL311.4º83.45%28.43%-
HSV(B)311.4º90.98%52.16%-
XYZ12.626.3815.32-
YUV59.35156.59180.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 12 (5.08% from 255) = 4.71%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=52.16%
G=4.71%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331211000.910.170.48311.483.4528.43
Hex85C6E05B1130137531c
Octal205141560133216046712334
Binary10000101110011011100101101110001110000100110111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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