#93419D

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

Shades of Vivid Violet #93419D

Tints of Vivid Violet #93419D

Color information

#93419D (or 0x93419D) is unknown color: approx Vivid Violet. HEX triplet: 93, 41 and 9D. RGB value is (147,65,157). Sum of RGB (Red+Green+Blue) = 147+65+157=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #93419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93419D is #6CBE62. Grayscale: #636363. Windows color (decimal): -7126627 or 10305939. OLE color: 10305939.

HSL color Cylindrical-coordinate representation of color #93419D: hue angle of 293.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93419D is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14765157-
CMYK0.060.5900.38
HSL293.48º41.44%43.53%-
HSV(B)293.48º58.6%61.57%-
XYZ20.0112.4233.24-
YUV100.01160.17161.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=39.84%
G=17.62%
B=42.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147651570.060.5900.38293.4841.4443.53
Hex93419D63B026125292c
Octal2231012356730464455154
Binary100100111000001100111011101110110100110100100101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93419D; }

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

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

<style>
 a { background-color: #93419D; }

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

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

<style>
 span { border-color: #93419D; }

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

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