#85358b

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

Shades of Vivid Violet #85358B

Tints of Vivid Violet #85358B

Color information

#85358B (or 0x85358B) is unknown color: approx Vivid Violet. HEX triplet: 85, 35 and 8B. RGB value is (133,53,139). Sum of RGB (Red+Green+Blue) = 133+53+139=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #85358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85358B is #7ACA74. Grayscale: #565656. Windows color (decimal): -8047221 or 9123205. OLE color: 9123205.

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

Color convert

RGB13353139-
CMYK0.040.6200.45
HSL295.81º44.79%37.65%-
HSV(B)295.81º61.87%54.51%-
XYZ15.619.425.42-
YUV86.72157.5161.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=40.92%
G=16.31%
B=42.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133531390.040.6200.45295.8144.7937.65
Hex85358B43E02D1282d26
Octal205652134760554505546
Binary10000101110101100010111001111100101101100101000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85358b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85358b; }

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

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

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

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

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

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

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

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