#85369B

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

Shades of Vivid Violet #85369B

Tints of Vivid Violet #85369B

Color information

#85369B (or 0x85369B) is unknown color: approx Vivid Violet. HEX triplet: 85, 36 and 9B. RGB value is (133,54,155). Sum of RGB (Red+Green+Blue) = 133+54+155=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #85369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85369B is #7AC964. Grayscale: #585858. Windows color (decimal): -8046949 or 10172037. OLE color: 10172037.

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

Color convert

RGB13354155-
CMYK0.140.6500.39
HSL286.93º48.33%40.98%-
HSV(B)286.93º65.16%60.78%-
XYZ16.919.9932.05-
YUV89.14165.17159.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=38.89%
G=15.79%
B=45.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133541550.140.6500.39286.9348.3340.98
Hex85369BE4102711f3029
Octal20566233161010474376051
Binary1000010111011010011011111010000010100111100011111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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