#852393

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

Shades of Vivid Violet #852393

Tints of Vivid Violet #852393

Color information

#852393 (or 0x852393) is unknown color: approx Vivid Violet. HEX triplet: 85, 23 and 93. RGB value is (133,35,147). Sum of RGB (Red+Green+Blue) = 133+35+147=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #852393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852393 is #7ADC6C. Grayscale: #4C4C4C. Windows color (decimal): -8051821 or 9642885. OLE color: 9642885.

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

Color convert

RGB13335147-
CMYK0.100.7600.42
HSL292.5º61.54%35.69%-
HSV(B)292.5º76.19%57.65%-
XYZ15.548.328.39-
YUV77.07167.47167.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=42.22%
G=11.11%
B=46.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133351470.100.7600.42292.561.5435.69
Hex852393A4C02A1243e24
Octal20543223121140524447644
Binary1000010110001110010011101010011000101010100100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852393; }

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

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

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

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

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

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

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

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