#93468E

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

Shades of Vivid Violet #93468E

Tints of Vivid Violet #93468E

Color information

#93468E (or 0x93468E) is unknown color: approx Vivid Violet. HEX triplet: 93, 46 and 8E. RGB value is (147,70,142). Sum of RGB (Red+Green+Blue) = 147+70+142=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93468E is #6CB971. Grayscale: #656565. Windows color (decimal): -7125362 or 9324179. OLE color: 9324179.

HSL color Cylindrical-coordinate representation of color #93468E: hue angle of 303.9º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93468E is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14770142-
CMYK00.520.030.42
HSL303.9º35.48%42.55%-
HSV(B)303.9º52.38%57.65%-
XYZ19.1112.5427-
YUV101.23151.01160.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=40.95%
G=19.50%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477014200.520.030.42303.935.4842.55
Hex93468E03432A130232b
Octal2231062160643524604353
Binary10010011100011010001110011010011101010100110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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