#85388D

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

Shades of Vivid Violet #85388D

Tints of Vivid Violet #85388D

Color information

#85388D (or 0x85388D) is unknown color: approx Vivid Violet. HEX triplet: 85, 38 and 8D. RGB value is (133,56,141). Sum of RGB (Red+Green+Blue) = 133+56+141=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #85388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85388D is #7AC772. Grayscale: #585858. Windows color (decimal): -8046451 or 9255045. OLE color: 9255045.

HSL color Cylindrical-coordinate representation of color #85388D: hue angle of 294.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85388D is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13356141-
CMYK0.060.6000.45
HSL294.35º43.15%38.63%-
HSV(B)294.35º60.28%55.29%-
XYZ15.899.7426.24-
YUV88.71157.51159.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=40.30%
G=16.97%
B=42.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133561410.060.6000.45294.3543.1538.63
Hex85388D63C02D1262b27
Octal205702156740554465347
Binary10000101111000100011011101111000101101100100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,56,141); }

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

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

 a { background-color: rgb(133,56,141); }

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

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

 span { border-color: rgb(133,56,141); }

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