#943E88

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

Shades of Vivid Violet #943E88

Tints of Vivid Violet #943E88

Color information

#943E88 (or 0x943E88) is unknown color: approx Vivid Violet. HEX triplet: 94, 3E and 88. RGB value is (148,62,136). Sum of RGB (Red+Green+Blue) = 148+62+136=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #943E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943E88 is #6BC177. Grayscale: #5F5F5F. Windows color (decimal): -7061880 or 8928916. OLE color: 8928916.

HSL color Cylindrical-coordinate representation of color #943E88: hue angle of 308.37º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #943E88 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14862136-
CMYK00.580.080.42
HSL308.37º40.95%41.18%-
HSV(B)308.37º58.11%58.04%-
XYZ18.3811.5224.55-
YUV96.15150.49164.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=42.77%
G=17.92%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486213600.580.080.42308.3740.9541.18
Hex943E8803A82A1342929
Octal2247621007210524645151
Binary100101001111101000100001110101000101010100110100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943E88; }

 p { color: rgb(148,62,136); }

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

<style>
 a { background-color: #943E88; }

 a { background-color: rgb(148,62,136); }

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

<style>
 span { border-color: #943E88; }

 span { border-color: rgb(148,62,136); }

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