#852193

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

Shades of Vivid Violet #852193

Tints of Vivid Violet #852193

Color information

#852193 (or 0x852193) is unknown color: approx Vivid Violet. HEX triplet: 85, 21 and 93. RGB value is (133,33,147). Sum of RGB (Red+Green+Blue) = 133+33+147=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #852193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852193 is #7ADE6C. Grayscale: #4B4B4B. Windows color (decimal): -8052333 or 9642373. OLE color: 9642373.

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

Color convert

RGB13333147-
CMYK0.100.7800.42
HSL292.63º63.33%35.29%-
HSV(B)292.63º77.55%57.65%-
XYZ15.488.1828.37-
YUV75.9168.13168.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=42.49%
G=10.54%
B=46.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133331470.100.7800.42292.6363.3335.29
Hex852193A4E02A1253f23
Octal20541223121160524457743
Binary1000010110000110010011101010011100101010100100101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852193; }

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

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

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

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

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

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

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

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