#85348E

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

Shades of Vivid Violet #85348E

Tints of Vivid Violet #85348E

Color information

#85348E (or 0x85348E) is unknown color: approx Vivid Violet. HEX triplet: 85, 34 and 8E. RGB value is (133,52,142). Sum of RGB (Red+Green+Blue) = 133+52+142=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #85348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85348E is #7ACB71. Grayscale: #565656. Windows color (decimal): -8047474 or 9319557. OLE color: 9319557.

HSL color Cylindrical-coordinate representation of color #85348E: hue angle of 294º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85348E is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13352142-
CMYK0.060.6300.44
HSL294º46.39%38.04%-
HSV(B)294º63.38%55.69%-
XYZ15.789.426.57-
YUV86.48159.34161.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=40.67%
G=15.90%
B=43.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133521420.060.6300.4429446.3938.04
Hex85348E63F02C1262e26
Octal205642166770544465646
Binary10000101110100100011101101111110101100100100110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85348E; }

 p { color: rgb(133,52,142); }

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

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

 a { background-color: rgb(133,52,142); }

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

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

 span { border-color: rgb(133,52,142); }

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