#853284

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

Shades of Vivid Violet #853284

Tints of Vivid Violet #853284

Color information

#853284 (or 0x853284) is unknown color: approx Vivid Violet. HEX triplet: 85, 32 and 84. RGB value is (133,50,132). Sum of RGB (Red+Green+Blue) = 133+50+132=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853284 is #7ACD7B. Grayscale: #535353. Windows color (decimal): -8047996 or 8663685. OLE color: 8663685.

HSL color Cylindrical-coordinate representation of color #853284: hue angle of 300.72º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853284 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13350132-
CMYK00.620.010.48
HSL300.72º45.36%35.88%-
HSV(B)300.72º62.41%52.16%-
XYZ14.988.9322.76-
YUV84.16155162.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=42.22%
G=15.87%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335013200.620.010.48300.7245.3635.88
Hex85328403E13012d2d24
Octal205622040761604555544
Binary100001011100101000010001111101110000100101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853284; }

 p { color: rgb(133,50,132); }

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

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

 a { background-color: rgb(133,50,132); }

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

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

 span { border-color: rgb(133,50,132); }

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