#85229D

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

Shades of Vivid Violet #85229D

Tints of Vivid Violet #85229D

Color information

#85229D (or 0x85229D) is unknown color: approx Vivid Violet. HEX triplet: 85, 22 and 9D. RGB value is (133,34,157). Sum of RGB (Red+Green+Blue) = 133+34+157=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #85229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85229D is #7ADD62. Grayscale: #4D4D4D. Windows color (decimal): -8052067 or 10297989. OLE color: 10297989.

HSL color Cylindrical-coordinate representation of color #85229D: hue angle of 288.29º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85229D is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13334157-
CMYK0.150.7800.38
HSL288.29º64.4%37.45%-
HSV(B)288.29º78.34%61.57%-
XYZ16.338.5632.69-
YUV77.62172.8167.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=41.05%
G=10.49%
B=48.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133341570.150.7800.38288.2964.437.45
Hex85229DF4E0261204025
Octal205422351711604644010045
Binary10000101100010100111011111100111001001101001000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85229D; }

 p { color: rgb(133,34,157); }

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

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

 a { background-color: rgb(133,34,157); }

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

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

 span { border-color: rgb(133,34,157); }

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