#852094

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

Shades of Vivid Violet #852094

Tints of Vivid Violet #852094

Color information

#852094 (or 0x852094) is unknown color: approx Vivid Violet. HEX triplet: 85, 20 and 94. RGB value is (133,32,148). Sum of RGB (Red+Green+Blue) = 133+32+148=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #852094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852094 is #7ADF6B. Grayscale: #4B4B4B. Windows color (decimal): -8052588 or 9707653. OLE color: 9707653.

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

Color convert

RGB13332148-
CMYK0.100.7800.42
HSL292.24º64.44%35.29%-
HSV(B)292.24º78.38%58.04%-
XYZ15.538.1628.77-
YUV75.42168.96169.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 32 (12.89% from 255) = 10.22%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=42.49%
G=10.22%
B=47.28%

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
Decimal133321480.100.7800.42292.2464.4435.29
Hex852094A4E02A1244023
Octal205402241211605244410043
Binary10000101100000100101001010100111001010101001001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852094; }

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

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

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

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

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

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

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

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