#853384

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

Shades of Vivid Violet #853384

Tints of Vivid Violet #853384

Color information

#853384 (or 0x853384) is unknown color: approx Vivid Violet. HEX triplet: 85, 33 and 84. RGB value is (133,51,132). Sum of RGB (Red+Green+Blue) = 133+51+132=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #853384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853384 is #7ACC7B. Grayscale: #545454. Windows color (decimal): -8047740 or 8663941. OLE color: 8663941.

HSL color Cylindrical-coordinate representation of color #853384: hue angle of 300.73º 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 #853384 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13351132-
CMYK00.620.010.48
HSL300.73º44.57%36.08%-
HSV(B)300.73º61.65%52.16%-
XYZ15.029.0222.78-
YUV84.75154.67162.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=42.09%
G=16.14%
B=41.77%

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
Decimal1335113200.620.010.48300.7344.5736.08
Hex85338403E13012d2d24
Octal205632040761604555544
Binary100001011100111000010001111101110000100101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853384; }

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

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

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

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

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

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

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

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