#852098

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

Shades of Vivid Violet #852098

Tints of Vivid Violet #852098

Color information

#852098 (or 0x852098) is unknown color: approx Vivid Violet. HEX triplet: 85, 20 and 98. RGB value is (133,32,152). Sum of RGB (Red+Green+Blue) = 133+32+152=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #852098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852098 is #7ADF67. Grayscale: #4B4B4B. Windows color (decimal): -8052584 or 9969797. OLE color: 9969797.

HSL color Cylindrical-coordinate representation of color #852098: hue angle of 290.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852098 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13332152-
CMYK0.130.7900.40
HSL290.5º65.22%36.08%-
HSV(B)290.5º78.95%59.61%-
XYZ15.868.2930.47-
YUV75.88170.96168.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=41.96%
G=10.09%
B=47.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133321520.130.7900.40290.565.2236.08
Hex852098D4F0281224124
Octal205402301511705044210144
Binary10000101100000100110001101100111101010001001000101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852098; }

 p { color: rgb(133,32,152); }

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

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

 a { background-color: rgb(133,32,152); }

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

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

 span { border-color: rgb(133,32,152); }

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