#853583

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

Shades of Vivid Violet #853583

Tints of Vivid Violet #853583

Color information

#853583 (or 0x853583) is unknown color: approx Vivid Violet. HEX triplet: 85, 35 and 83. RGB value is (133,53,131). Sum of RGB (Red+Green+Blue) = 133+53+131=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #853583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853583 is #7ACA7C. Grayscale: #555555. Windows color (decimal): -8047229 or 8598917. OLE color: 8598917.

HSL color Cylindrical-coordinate representation of color #853583: hue angle of 301.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853583 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13353131-
CMYK00.600.020.48
HSL301.5º43.01%36.47%-
HSV(B)301.5º60.15%52.16%-
XYZ15.049.1722.45-
YUV85.81153.5161.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=41.96%
G=16.72%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335313100.600.020.48301.543.0136.47
Hex85358303C23012e2b24
Octal205652030742604565344
Binary1000010111010110000011011110010110000100101110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853583; }

 p { color: rgb(133,53,131); }

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

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

 a { background-color: rgb(133,53,131); }

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

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

 span { border-color: rgb(133,53,131); }

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