#93358B

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

Shades of Vivid Violet #93358B

Tints of Vivid Violet #93358B

Color information

#93358B (or 0x93358B) is unknown color: approx Vivid Violet. HEX triplet: 93, 35 and 8B. RGB value is (147,53,139). Sum of RGB (Red+Green+Blue) = 147+53+139=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93358B is #6CCA74. Grayscale: #5A5A5A. Windows color (decimal): -7129717 or 9123219. OLE color: 9123219.

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

Color convert

RGB14753139-
CMYK00.640.050.42
HSL305.11º47%39.22%-
HSV(B)305.11º63.95%57.65%-
XYZ17.9710.6125.53-
YUV90.91155.14168.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=43.36%
G=15.63%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475313900.640.050.42305.114739.22
Hex93358B04052A1312f27
Octal2236521301005524615747
Binary100100111101011000101101000000101101010100110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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