#85306F

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

Shades of Dark Purple #85306F

Tints of Dark Purple #85306F

Color information

#85306F (or 0x85306F) is unknown color: approx Dark Purple. HEX triplet: 85, 30 and 6F. RGB value is (133,48,111). Sum of RGB (Red+Green+Blue) = 133+48+111=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85306F is #7ACF90. Grayscale: #505050. Windows color (decimal): -8048529 or 7286917. OLE color: 7286917.

HSL color Cylindrical-coordinate representation of color #85306F: hue angle of 315.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85306F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13348111-
CMYK00.640.170.48
HSL315.53º46.96%35.49%-
HSV(B)315.53º63.91%52.16%-
XYZ13.68.2515.91-
YUV80.6145.16165.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=45.55%
G=16.44%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334811100.640.170.48315.5346.9635.49
Hex85306F040113013c2f23
Octal20560157010021604745743
Binary1000010111000011011110100000010001110000100111100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85306F; }

 p { color: rgb(133,48,111); }

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

<style>
 a { background-color: #85306F; }

 a { background-color: rgb(133,48,111); }

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

<style>
 span { border-color: #85306F; }

 span { border-color: rgb(133,48,111); }

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