#933993

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

Shades of Vivid Violet #933993

Tints of Vivid Violet #933993

Color information

#933993 (or 0x933993) is unknown color: approx Vivid Violet. HEX triplet: 93, 39 and 93. RGB value is (147,57,147). Sum of RGB (Red+Green+Blue) = 147+57+147=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #933993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933993 is #6CC66C. Grayscale: #5D5D5D. Windows color (decimal): -7128685 or 9648531. OLE color: 9648531.

HSL color Cylindrical-coordinate representation of color #933993: hue angle of 300º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #933993 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14757147-
CMYK00.6100.42
HSL300º44.12%40%-
HSV(B)300º61.22%57.65%-
XYZ18.7611.2428.78-
YUV94.17157.82165.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 57 (22.66% from 255) = 16.24%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=41.88%
G=16.24%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475714700.6100.4230044.1240
Hex93399303D02A12c2c28
Octal223712230750524545450
Binary100100111110011001001101111010101010100101100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933993; }

 p { color: rgb(147,57,147); }

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

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

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

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

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

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

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