#852989

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

Shades of Vivid Violet #852989

Tints of Vivid Violet #852989

Color information

#852989 (or 0x852989) is unknown color: approx Vivid Violet. HEX triplet: 85, 29 and 89. RGB value is (133,41,137). Sum of RGB (Red+Green+Blue) = 133+41+137=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #852989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852989 is #7AD676. Grayscale: #4F4F4F. Windows color (decimal): -8050295 or 8989061. OLE color: 8989061.

HSL color Cylindrical-coordinate representation of color #852989: hue angle of 297.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852989 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13341137-
CMYK0.030.7000.46
HSL297.5º53.93%34.9%-
HSV(B)297.5º70.07%53.73%-
XYZ14.988.3824.49-
YUV79.45160.48166.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=42.77%
G=13.18%
B=44.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133411370.030.7000.46297.553.9334.9
Hex85298934602E12a3623
Octal2055121131060564526643
Binary10000101101001100010011110001100101110100101010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852989; }

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

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

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

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

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

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

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

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