#93449B

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

Shades of Vivid Violet #93449B

Tints of Vivid Violet #93449B

Color information

#93449B (or 0x93449B) is unknown color: approx Vivid Violet. HEX triplet: 93, 44 and 9B. RGB value is (147,68,155). Sum of RGB (Red+Green+Blue) = 147+68+155=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #93449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93449B is #6CBB64. Grayscale: #656565. Windows color (decimal): -7125861 or 10175635. OLE color: 10175635.

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

Color convert

RGB14768155-
CMYK0.050.5600.39
HSL294.48º39.01%43.73%-
HSV(B)294.48º56.13%60.78%-
XYZ20.0212.732.41-
YUV101.54158.17160.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=39.73%
G=18.38%
B=41.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147681550.050.5600.39294.4839.0143.73
Hex93449B538027126272c
Octal2231042335700474464754
Binary100100111000100100110111011110000100111100100110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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