#852394

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

Shades of Vivid Violet #852394

Tints of Vivid Violet #852394

Color information

#852394 (or 0x852394) is unknown color: approx Vivid Violet. HEX triplet: 85, 23 and 94. RGB value is (133,35,148). Sum of RGB (Red+Green+Blue) = 133+35+148=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #852394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852394 is #7ADC6B. Grayscale: #4C4C4C. Windows color (decimal): -8051820 or 9708421. OLE color: 9708421.

HSL color Cylindrical-coordinate representation of color #852394: hue angle of 292.04º 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 #852394 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13335148-
CMYK0.100.7600.42
HSL292.04º61.75%35.88%-
HSV(B)292.04º76.35%58.04%-
XYZ15.628.3328.8-
YUV77.18167.97167.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 35 (14.06% from 255) = 11.08%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=42.09%
G=11.08%
B=46.84%

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
Decimal133351480.100.7600.42292.0461.7535.88
Hex852394A4C02A1243e24
Octal20543224121140524447644
Binary1000010110001110010100101010011000101010100100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852394; }

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

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

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

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

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

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

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

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