#85338E

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

Shades of Vivid Violet #85338E

Tints of Vivid Violet #85338E

Color information

#85338E (or 0x85338E) is unknown color: approx Vivid Violet. HEX triplet: 85, 33 and 8E. RGB value is (133,51,142). Sum of RGB (Red+Green+Blue) = 133+51+142=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #85338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85338E is #7ACC71. Grayscale: #555555. Windows color (decimal): -8047730 or 9319301. OLE color: 9319301.

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

Color convert

RGB13351142-
CMYK0.060.6400.44
HSL294.07º47.15%37.84%-
HSV(B)294.07º64.08%55.69%-
XYZ15.749.3126.56-
YUV85.89159.67161.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=40.80%
G=15.64%
B=43.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133511420.060.6400.44294.0747.1537.84
Hex85338E64002C1262f26
Octal2056321661000544465746
Binary100001011100111000111011010000000101100100100110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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