#9E429F

Color #9E429F Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9E429F

Tints of Violet Blue #9E429F

Color information

#9E429F (or 0x9E429F) is unknown color: approx Violet Blue. HEX triplet: 9E, 42 and 9F. RGB value is (158,66,159). Sum of RGB (Red+Green+Blue) = 158+66+159=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E429F is #61BD60. Grayscale: #676767. Windows color (decimal): -6405473 or 10437278. OLE color: 10437278.

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

Color convert

RGB15866159-
CMYK0.010.5800.38
HSL299.35º41.33%44.12%-
HSV(B)299.35º58.49%62.35%-
XYZ22.3113.6734.26-
YUV104.11158.98166.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=41.25%
G=17.23%
B=41.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158661590.010.5800.38299.3541.3344.12
Hex9E429F13A02612b292c
Octal2361022371720464535154
Binary1001111010000101001111111110100100110100101011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E429F; }

 p { color: rgb(158,66,159); }

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

<style>
 a { background-color: #9E429F; }

 a { background-color: rgb(158,66,159); }

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

<style>
 span { border-color: #9E429F; }

 span { border-color: rgb(158,66,159); }

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