#85269D

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

Shades of Vivid Violet #85269D

Tints of Vivid Violet #85269D

Color information

#85269D (or 0x85269D) is unknown color: approx Vivid Violet. HEX triplet: 85, 26 and 9D. RGB value is (133,38,157). Sum of RGB (Red+Green+Blue) = 133+38+157=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #85269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85269D is #7AD962. Grayscale: #4F4F4F. Windows color (decimal): -8051043 or 10299013. OLE color: 10299013.

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

Color convert

RGB13338157-
CMYK0.150.7600.38
HSL287.9º61.03%38.24%-
HSV(B)287.9º75.8%61.57%-
XYZ16.458.8132.73-
YUV79.97171.47165.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 38 (15.23% from 255) = 11.59%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=40.55%
G=11.59%
B=47.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133381570.150.7600.38287.961.0338.24
Hex85269DF4C0261203d26
Octal20546235171140464407546
Binary1000010110011010011101111110011000100110100100000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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