#93428B

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

Shades of Vivid Violet #93428B

Tints of Vivid Violet #93428B

Color information

#93428B (or 0x93428B) is unknown color: approx Vivid Violet. HEX triplet: 93, 42 and 8B. RGB value is (147,66,139). Sum of RGB (Red+Green+Blue) = 147+66+139=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93428B is #6CBD74. Grayscale: #626262. Windows color (decimal): -7126389 or 9126547. OLE color: 9126547.

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

Color convert

RGB14766139-
CMYK00.550.050.42
HSL305.93º38.03%41.76%-
HSV(B)305.93º55.1%57.65%-
XYZ18.6411.9625.75-
YUV98.54150.84162.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=41.76%
G=18.75%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476613900.550.050.42305.9338.0341.76
Hex93428B03752A132262a
Octal2231022130675524624652
Binary100100111000010100010110110111101101010100110010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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