#93368A

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

Shades of Vivid Violet #93368A

Tints of Vivid Violet #93368A

Color information

#93368A (or 0x93368A) is unknown color: approx Vivid Violet. HEX triplet: 93, 36 and 8A. RGB value is (147,54,138). Sum of RGB (Red+Green+Blue) = 147+54+138=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93368A is #6CC975. Grayscale: #5B5B5B. Windows color (decimal): -7129462 or 9057939. OLE color: 9057939.

HSL color Cylindrical-coordinate representation of color #93368A: hue angle of 305.81º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93368A is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14754138-
CMYK00.630.060.42
HSL305.81º46.27%39.41%-
HSV(B)305.81º63.27%57.65%-
XYZ17.9410.6825.16-
YUV91.38154.31167.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 54 (21.48% from 255) = 15.93%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=43.36%
G=15.93%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475413800.630.060.42305.8146.2739.41
Hex93368A03F62A1322e27
Octal223662120776524625647
Binary10010011110110100010100111111110101010100110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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