#93358A

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

Shades of Vivid Violet #93358A

Tints of Vivid Violet #93358A

Color information

#93358A (or 0x93358A) is unknown color: approx Vivid Violet. HEX triplet: 93, 35 and 8A. RGB value is (147,53,138). Sum of RGB (Red+Green+Blue) = 147+53+138=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93358A is #6CCA75. Grayscale: #5A5A5A. Windows color (decimal): -7129718 or 9057683. OLE color: 9057683.

HSL color Cylindrical-coordinate representation of color #93358A: hue angle of 305.74º 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 #93358A is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14753138-
CMYK00.640.060.42
HSL305.74º47%39.22%-
HSV(B)305.74º63.95%57.65%-
XYZ17.8910.5825.14-
YUV90.8154.64168.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=43.49%
G=15.68%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475313800.640.060.42305.744739.22
Hex93358A04062A1322f27
Octal2236521201006524625747
Binary100100111101011000101001000000110101010100110010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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