#85288D

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

Shades of Vivid Violet #85288D

Tints of Vivid Violet #85288D

Color information

#85288D (or 0x85288D) is unknown color: approx Vivid Violet. HEX triplet: 85, 28 and 8D. RGB value is (133,40,141). Sum of RGB (Red+Green+Blue) = 133+40+141=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #85288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85288D is #7AD772. Grayscale: #4F4F4F. Windows color (decimal): -8050547 or 9250949. OLE color: 9250949.

HSL color Cylindrical-coordinate representation of color #85288D: hue angle of 295.25º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85288D is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13340141-
CMYK0.060.7200.45
HSL295.25º55.8%35.49%-
HSV(B)295.25º71.63%55.29%-
XYZ15.248.4326.02-
YUV79.32162.81166.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=42.36%
G=12.74%
B=44.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133401410.060.7200.45295.2555.835.49
Hex85288D64802D1273823
Octal2055021561100554477043
Binary100001011010001000110111010010000101101100100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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