#93438E

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

Shades of Vivid Violet #93438E

Tints of Vivid Violet #93438E

Color information

#93438E (or 0x93438E) is unknown color: approx Vivid Violet. HEX triplet: 93, 43 and 8E. RGB value is (147,67,142). Sum of RGB (Red+Green+Blue) = 147+67+142=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93438E is #6CBC71. Grayscale: #636363. Windows color (decimal): -7126130 or 9323411. OLE color: 9323411.

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

Color convert

RGB14767142-
CMYK00.540.030.42
HSL303.75º37.38%41.96%-
HSV(B)303.75º54.42%57.65%-
XYZ18.9212.1726.94-
YUV99.47152161.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=41.29%
G=18.82%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476714200.540.030.42303.7537.3841.96
Hex93438E03632A130252a
Octal2231032160663524604552
Binary10010011100001110001110011011011101010100110000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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