#85448E

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

Shades of Vivid Violet #85448E

Tints of Vivid Violet #85448E

Color information

#85448E (or 0x85448E) is unknown color: approx Vivid Violet. HEX triplet: 85, 44 and 8E. RGB value is (133,68,142). Sum of RGB (Red+Green+Blue) = 133+68+142=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #85448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85448E is #7ABB71. Grayscale: #5F5F5F. Windows color (decimal): -8043378 or 9323653. OLE color: 9323653.

HSL color Cylindrical-coordinate representation of color #85448E: hue angle of 292.7º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85448E is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13368142-
CMYK0.060.5200.44
HSL292.7º35.24%41.18%-
HSV(B)292.7º52.11%55.69%-
XYZ16.6211.0726.85-
YUV95.87154.03154.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=38.78%
G=19.83%
B=41.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133681420.060.5200.44292.735.2441.18
Hex85448E63402C1252329
Octal2051042166640544454351
Binary100001011000100100011101101101000101100100100101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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