#85398B

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

Shades of Vivid Violet #85398B

Tints of Vivid Violet #85398B

Color information

#85398B (or 0x85398B) is unknown color: approx Vivid Violet. HEX triplet: 85, 39 and 8B. RGB value is (133,57,139). Sum of RGB (Red+Green+Blue) = 133+57+139=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #85398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85398B is #7AC674. Grayscale: #585858. Windows color (decimal): -8046197 or 9124229. OLE color: 9124229.

HSL color Cylindrical-coordinate representation of color #85398B: hue angle of 295.61º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85398B is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13357139-
CMYK0.040.5900.45
HSL295.61º41.84%38.43%-
HSV(B)295.61º58.99%54.51%-
XYZ15.89.7825.48-
YUV89.07156.18159.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=40.43%
G=17.33%
B=42.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133571390.040.5900.45295.6141.8438.43
Hex85398B43B02D1282a26
Octal205712134730554505246
Binary10000101111001100010111001110110101101100101000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85398B; }

 p { color: rgb(133,57,139); }

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

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

 a { background-color: rgb(133,57,139); }

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

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

 span { border-color: rgb(133,57,139); }

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