#85448B

Color #85448B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #85448B

Tints of Vivid Violet #85448B

Color information

#85448B (or 0x85448B) is unknown color: approx Vivid Violet. HEX triplet: 85, 44 and 8B. RGB value is (133,68,139). Sum of RGB (Red+Green+Blue) = 133+68+139=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #85448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85448B is #7ABB74. Grayscale: #5F5F5F. Windows color (decimal): -8043381 or 9127045. OLE color: 9127045.

HSL color Cylindrical-coordinate representation of color #85448B: hue angle of 294.93º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85448B is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13368139-
CMYK0.040.5100.45
HSL294.93º34.3%40.59%-
HSV(B)294.93º51.08%54.51%-
XYZ16.410.9825.68-
YUV95.53152.53154.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=39.12%
G=20%
B=40.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133681390.040.5100.45294.9334.340.59
Hex85448B43302D1272229
Octal2051042134630554474251
Binary100001011000100100010111001100110101101100100111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85448B; }

 p { color: rgb(133,68,139); }

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

<style>
 a { background-color: #85448B; }

 a { background-color: rgb(133,68,139); }

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

<style>
 span { border-color: #85448B; }

 span { border-color: rgb(133,68,139); }

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