#93359B

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

Shades of Vivid Violet #93359B

Tints of Vivid Violet #93359B

Color information

#93359B (or 0x93359B) is unknown color: approx Vivid Violet. HEX triplet: 93, 35 and 9B. RGB value is (147,53,155). Sum of RGB (Red+Green+Blue) = 147+53+155=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #93359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93359B is #6CCA64. Grayscale: #5C5C5C. Windows color (decimal): -7129701 or 10171795. OLE color: 10171795.

HSL color Cylindrical-coordinate representation of color #93359B: hue angle of 295.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93359B is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14753155-
CMYK0.050.6600.39
HSL295.29º49.04%40.78%-
HSV(B)295.29º65.81%60.78%-
XYZ19.2211.1232.14-
YUV92.73163.14166.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=41.41%
G=14.93%
B=43.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147531550.050.6600.39295.2949.0440.78
Hex93359B5420271273129
Octal2236523351020474476151
Binary100100111101011001101110110000100100111100100111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,53,155); }

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

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

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

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

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

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

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