#853293

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

Shades of Vivid Violet #853293

Tints of Vivid Violet #853293

Color information

#853293 (or 0x853293) is unknown color: approx Vivid Violet. HEX triplet: 85, 32 and 93. RGB value is (133,50,147). Sum of RGB (Red+Green+Blue) = 133+50+147=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #853293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853293 is #7ACD6C. Grayscale: #555555. Windows color (decimal): -8047981 or 9646725. OLE color: 9646725.

HSL color Cylindrical-coordinate representation of color #853293: hue angle of 291.34º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853293 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13350147-
CMYK0.100.6600.42
HSL291.34º49.24%38.63%-
HSV(B)291.34º65.99%57.65%-
XYZ16.089.3728.57-
YUV85.87162.5161.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=40.30%
G=15.15%
B=44.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133501470.100.6600.42291.3449.2438.63
Hex853293A4202A1233127
Octal20562223121020524436147
Binary1000010111001010010011101010000100101010100100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853293; }

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

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

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

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

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

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

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

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