#852690

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

Shades of Vivid Violet #852690

Tints of Vivid Violet #852690

Color information

#852690 (or 0x852690) is unknown color: approx Vivid Violet. HEX triplet: 85, 26 and 90. RGB value is (133,38,144). Sum of RGB (Red+Green+Blue) = 133+38+144=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #852690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852690 is #7AD96F. Grayscale: #4E4E4E. Windows color (decimal): -8051056 or 9447045. OLE color: 9447045.

HSL color Cylindrical-coordinate representation of color #852690: hue angle of 293.77º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852690 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13338144-
CMYK0.080.7400.44
HSL293.77º58.24%35.69%-
HSV(B)293.77º73.61%56.47%-
XYZ15.48.3927.19-
YUV78.49164.97166.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=42.22%
G=12.06%
B=45.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133381440.080.7400.44293.7758.2435.69
Hex85269084A02C1263a24
Octal20546220101120544467244
Binary1000010110011010010000100010010100101100100100110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852690; }

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

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

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

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

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

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

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

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