#852A8D

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

Shades of Vivid Violet #852A8D

Tints of Vivid Violet #852A8D

Color information

#852A8D (or 0x852A8D) is unknown color: approx Vivid Violet. HEX triplet: 85, 2A and 8D. RGB value is (133,42,141). Sum of RGB (Red+Green+Blue) = 133+42+141=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #852A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852A8D is #7AD572. Grayscale: #505050. Windows color (decimal): -8050035 or 9251461. OLE color: 9251461.

HSL color Cylindrical-coordinate representation of color #852A8D: hue angle of 295.15º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852A8D is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13342141-
CMYK0.060.7000.45
HSL295.15º54.1%35.88%-
HSV(B)295.15º70.21%55.29%-
XYZ15.318.5726.05-
YUV80.49162.15165.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=42.09%
G=13.29%
B=44.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133421410.060.7000.45295.1554.135.88
Hex852A8D64602D1273624
Octal2055221561060554476644
Binary100001011010101000110111010001100101101100100111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,42,141); }

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

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

 a { background-color: rgb(133,42,141); }

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

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

 span { border-color: rgb(133,42,141); }

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