#933E96

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

Shades of Vivid Violet #933E96

Tints of Vivid Violet #933E96

Color information

#933E96 (or 0x933E96) is unknown color: approx Vivid Violet. HEX triplet: 93, 3E and 96. RGB value is (147,62,150). Sum of RGB (Red+Green+Blue) = 147+62+150=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #933E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933E96 is #6CC169. Grayscale: #616161. Windows color (decimal): -7127402 or 9846419. OLE color: 9846419.

HSL color Cylindrical-coordinate representation of color #933E96: hue angle of 297.95º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #933E96 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14762150-
CMYK0.020.5900.41
HSL297.95º41.51%41.57%-
HSV(B)297.95º58.67%58.82%-
XYZ19.2611.8530.13-
YUV97.45157.66163.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=40.95%
G=17.27%
B=41.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147621500.020.5900.41297.9541.5141.57
Hex933E9623B02912a2a2a
Octal223762262730514525252
Binary1001001111111010010110101110110101001100101010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933E96; }

 p { color: rgb(147,62,150); }

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

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

 a { background-color: rgb(147,62,150); }

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

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

 span { border-color: rgb(147,62,150); }

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