#93469E

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

Shades of Vivid Violet #93469E

Tints of Vivid Violet #93469E

Color information

#93469E (or 0x93469E) is unknown color: approx Vivid Violet. HEX triplet: 93, 46 and 9E. RGB value is (147,70,158). Sum of RGB (Red+Green+Blue) = 147+70+158=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #93469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93469E is #6CB961. Grayscale: #666666. Windows color (decimal): -7125346 or 10372755. OLE color: 10372755.

HSL color Cylindrical-coordinate representation of color #93469E: hue angle of 292.5º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93469E is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14770158-
CMYK0.070.5600.38
HSL292.5º38.6%44.71%-
HSV(B)292.5º55.7%61.96%-
XYZ20.3913.0533.79-
YUV103.06159.01159.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=39.2%
G=18.67%
B=42.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147701580.070.5600.38292.538.644.71
Hex93469E738026124272d
Octal2231062367700464444755
Binary100100111000110100111101111110000100110100100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93469E; }

 p { color: rgb(147,70,158); }

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

<style>
 a { background-color: #93469E; }

 a { background-color: rgb(147,70,158); }

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

<style>
 span { border-color: #93469E; }

 span { border-color: rgb(147,70,158); }

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