#93338B

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

Shades of Vivid Violet #93338B

Tints of Vivid Violet #93338B

Color information

#93338B (or 0x93338B) is unknown color: approx Vivid Violet. HEX triplet: 93, 33 and 8B. RGB value is (147,51,139). Sum of RGB (Red+Green+Blue) = 147+51+139=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93338B is #6CCC74. Grayscale: #595959. Windows color (decimal): -7130229 or 9122707. OLE color: 9122707.

HSL color Cylindrical-coordinate representation of color #93338B: hue angle of 305º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93338B is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14751139-
CMYK00.650.050.42
HSL305º48.48%38.82%-
HSV(B)305º65.31%57.65%-
XYZ17.8810.4325.5-
YUV89.74155.8168.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=43.62%
G=15.13%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475113900.650.050.4230548.4838.82
Hex93338B04152A1313027
Octal2236321301015524616047
Binary100100111100111000101101000001101101010100110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93338B; }

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

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

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

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

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

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

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

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