#93418C

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

Shades of Vivid Violet #93418C

Tints of Vivid Violet #93418C

Color information

#93418C (or 0x93418C) is unknown color: approx Vivid Violet. HEX triplet: 93, 41 and 8C. RGB value is (147,65,140). Sum of RGB (Red+Green+Blue) = 147+65+140=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93418C is #6CBE73. Grayscale: #616161. Windows color (decimal): -7126644 or 9191827. OLE color: 9191827.

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

Color convert

RGB14765140-
CMYK00.560.050.42
HSL305.12º38.68%41.57%-
HSV(B)305.12º55.78%57.65%-
XYZ18.6611.8826.12-
YUV98.07151.67162.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=41.76%
G=18.47%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476514000.560.050.42305.1238.6841.57
Hex93418C03852A131272a
Octal2231012140705524614752
Binary100100111000001100011000111000101101010100110001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93418C; }

 p { color: rgb(147,65,140); }

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

<style>
 a { background-color: #93418C; }

 a { background-color: rgb(147,65,140); }

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

<style>
 span { border-color: #93418C; }

 span { border-color: rgb(147,65,140); }

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