#85299A

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

Shades of Vivid Violet #85299A

Tints of Vivid Violet #85299A

Color information

#85299A (or 0x85299A) is unknown color: approx Vivid Violet. HEX triplet: 85, 29 and 9A. RGB value is (133,41,154). Sum of RGB (Red+Green+Blue) = 133+41+154=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #85299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85299A is #7AD665. Grayscale: #515151. Windows color (decimal): -8050278 or 10103173. OLE color: 10103173.

HSL color Cylindrical-coordinate representation of color #85299A: hue angle of 288.85º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85299A is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13341154-
CMYK0.140.7300.40
HSL288.85º57.95%38.24%-
HSV(B)288.85º73.38%60.39%-
XYZ16.38.9131.43-
YUV81.39168.98164.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=40.55%
G=12.5%
B=46.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133411540.140.7300.40288.8557.9538.24
Hex85299AE490281213a26
Octal20551232161110504417246
Binary1000010110100110011010111010010010101000100100001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85299A; }

 p { color: rgb(133,41,154); }

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

<style>
 a { background-color: #85299A; }

 a { background-color: rgb(133,41,154); }

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

<style>
 span { border-color: #85299A; }

 span { border-color: rgb(133,41,154); }

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