#85309B

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

Shades of Vivid Violet #85309B

Tints of Vivid Violet #85309B

Color information

#85309B (or 0x85309B) is unknown color: approx Vivid Violet. HEX triplet: 85, 30 and 9B. RGB value is (133,48,155). Sum of RGB (Red+Green+Blue) = 133+48+155=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #85309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85309B is #7ACF64. Grayscale: #555555. Windows color (decimal): -8048485 or 10170501. OLE color: 10170501.

HSL color Cylindrical-coordinate representation of color #85309B: hue angle of 287.66º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85309B is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13348155-
CMYK0.140.6900.39
HSL287.66º52.71%39.8%-
HSV(B)287.66º69.03%60.78%-
XYZ16.659.4731.96-
YUV85.61167.16161.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=39.58%
G=14.29%
B=46.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133481550.140.6900.39287.6652.7139.8
Hex85309BE450271203528
Octal20560233161050474406550
Binary1000010111000010011011111010001010100111100100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,48,155); }

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

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

 a { background-color: rgb(133,48,155); }

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

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

 span { border-color: rgb(133,48,155); }

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