#85278A

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

Shades of Vivid Violet #85278A

Tints of Vivid Violet #85278A

Color information

#85278A (or 0x85278A) is unknown color: approx Vivid Violet. HEX triplet: 85, 27 and 8A. RGB value is (133,39,138). Sum of RGB (Red+Green+Blue) = 133+39+138=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #85278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85278A is #7AD875. Grayscale: #4E4E4E. Windows color (decimal): -8050806 or 9054085. OLE color: 9054085.

HSL color Cylindrical-coordinate representation of color #85278A: hue angle of 296.97º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85278A is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13339138-
CMYK0.040.7200.46
HSL296.97º55.93%34.71%-
HSV(B)296.97º71.74%54.12%-
XYZ14.998.2724.85-
YUV78.39161.64166.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=42.90%
G=12.58%
B=44.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133391380.040.7200.46296.9755.9334.71
Hex85278A44802E1293823
Octal2054721241100564517043
Binary100001011001111000101010010010000101110100101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85278A; }

 p { color: rgb(133,39,138); }

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

<style>
 a { background-color: #85278A; }

 a { background-color: rgb(133,39,138); }

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

<style>
 span { border-color: #85278A; }

 span { border-color: rgb(133,39,138); }

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