#852E90

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

Shades of Vivid Violet #852E90

Tints of Vivid Violet #852E90

Color information

#852E90 (or 0x852E90) is unknown color: approx Vivid Violet. HEX triplet: 85, 2E and 90. RGB value is (133,46,144). Sum of RGB (Red+Green+Blue) = 133+46+144=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #852E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852E90 is #7AD16F. Grayscale: #525252. Windows color (decimal): -8049008 or 9449093. OLE color: 9449093.

HSL color Cylindrical-coordinate representation of color #852E90: hue angle of 293.27º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852E90 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13346144-
CMYK0.080.6800.44
HSL293.27º51.58%37.25%-
HSV(B)293.27º68.06%56.47%-
XYZ15.688.9527.29-
YUV83.18162.32163.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=41.18%
G=14.24%
B=44.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133461440.080.6800.44293.2751.5837.25
Hex852E9084402C1253425
Octal20556220101040544456445
Binary1000010110111010010000100010001000101100100100101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852E90; }

 p { color: rgb(133,46,144); }

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

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

 a { background-color: rgb(133,46,144); }

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

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

 span { border-color: rgb(133,46,144); }

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