#853184

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

Shades of Vivid Violet #853184

Tints of Vivid Violet #853184

Color information

#853184 (or 0x853184) is unknown color: approx Vivid Violet. HEX triplet: 85, 31 and 84. RGB value is (133,49,132). Sum of RGB (Red+Green+Blue) = 133+49+132=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #853184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853184 is #7ACE7B. Grayscale: #535353. Windows color (decimal): -8048252 or 8663429. OLE color: 8663429.

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

Color convert

RGB13349132-
CMYK00.630.010.48
HSL300.71º46.15%35.69%-
HSV(B)300.71º63.16%52.16%-
XYZ14.948.8522.75-
YUV83.58155.33163.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=42.36%
G=15.61%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334913200.630.010.48300.7146.1535.69
Hex85318403F13012d2e24
Octal205612040771604555644
Binary100001011100011000010001111111110000100101101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853184; }

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

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

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

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

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

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

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

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