#943393

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

Shades of Vivid Violet #943393

Tints of Vivid Violet #943393

Color information

#943393 (or 0x943393) is unknown color: approx Vivid Violet. HEX triplet: 94, 33 and 93. RGB value is (148,51,147). Sum of RGB (Red+Green+Blue) = 148+51+147=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #943393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943393 is #6BCC6C. Grayscale: #5A5A5A. Windows color (decimal): -7064685 or 9646996. OLE color: 9646996.

HSL color Cylindrical-coordinate representation of color #943393: hue angle of 300.62º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943393 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14851147-
CMYK00.660.010.42
HSL300.62º48.74%39.02%-
HSV(B)300.62º65.54%58.04%-
XYZ18.6610.7728.7-
YUV90.95159.64168.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=42.77%
G=14.74%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485114700.660.010.42300.6248.7439.02
Hex94339304212A12d3127
Octal2246322301021524556147
Binary1001010011001110010011010000101101010100101101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943393; }

 p { color: rgb(148,51,147); }

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

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

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

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

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

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

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