#85288F

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

Shades of Vivid Violet #85288F

Tints of Vivid Violet #85288F

Color information

#85288F (or 0x85288F) is unknown color: approx Vivid Violet. HEX triplet: 85, 28 and 8F. RGB value is (133,40,143). Sum of RGB (Red+Green+Blue) = 133+40+143=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #85288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85288F is #7AD770. Grayscale: #4F4F4F. Windows color (decimal): -8050545 or 9382021. OLE color: 9382021.

HSL color Cylindrical-coordinate representation of color #85288F: hue angle of 294.17º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85288F is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13340143-
CMYK0.070.7200.44
HSL294.17º56.28%35.88%-
HSV(B)294.17º72.03%56.08%-
XYZ15.398.4926.81-
YUV79.55163.81166.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=42.09%
G=12.66%
B=45.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133401430.070.7200.44294.1756.2835.88
Hex85288F74802C1263824
Octal2055021771100544467044
Binary100001011010001000111111110010000101100100100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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