#852B8F

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

Shades of Vivid Violet #852B8F

Tints of Vivid Violet #852B8F

Color information

#852B8F (or 0x852B8F) is unknown color: approx Vivid Violet. HEX triplet: 85, 2B and 8F. RGB value is (133,43,143). Sum of RGB (Red+Green+Blue) = 133+43+143=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #852B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852B8F is #7AD470. Grayscale: #515151. Windows color (decimal): -8049777 or 9382789. OLE color: 9382789.

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

Color convert

RGB13343143-
CMYK0.070.7000.44
HSL294º53.76%36.47%-
HSV(B)294º69.93%56.08%-
XYZ15.498.726.85-
YUV81.31162.82164.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=41.69%
G=13.48%
B=44.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133431430.070.7000.4429453.7636.47
Hex852B8F74602C1263624
Octal2055321771060544466644
Binary100001011010111000111111110001100101100100100110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,43,143); }

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

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

 a { background-color: rgb(133,43,143); }

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

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

 span { border-color: rgb(133,43,143); }

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