#85409D

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

Shades of Vivid Violet #85409D

Tints of Vivid Violet #85409D

Color information

#85409D (or 0x85409D) is unknown color: approx Vivid Violet. HEX triplet: 85, 40 and 9D. RGB value is (133,64,157). Sum of RGB (Red+Green+Blue) = 133+64+157=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #85409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85409D is #7ABF62. Grayscale: #5E5E5E. Windows color (decimal): -8044387 or 10305669. OLE color: 10305669.

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

Color convert

RGB13364157-
CMYK0.150.5900.38
HSL284.52º42.08%43.33%-
HSV(B)284.52º59.24%61.57%-
XYZ17.5911.0933.11-
YUV95.23162.86154.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=37.57%
G=18.08%
B=44.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133641570.150.5900.38284.5242.0843.33
Hex85409DF3B02611d2a2b
Octal20510023517730464355253
Binary1000010110000001001110111111110110100110100011101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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