#9E4F8C

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

Shades of Violet Blue #9E4F8C

Tints of Violet Blue #9E4F8C

Color information

#9E4F8C (or 0x9E4F8C) is unknown color: approx Violet Blue. HEX triplet: 9E, 4F and 8C. RGB value is (158,79,140). Sum of RGB (Red+Green+Blue) = 158+79+140=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4F8C is #61B073. Grayscale: #6D6D6D. Windows color (decimal): -6402164 or 9195422. OLE color: 9195422.

HSL color Cylindrical-coordinate representation of color #9E4F8C: hue angle of 313.67º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F8C is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15879140-
CMYK00.500.110.38
HSL313.67º33.33%46.47%-
HSV(B)313.67º50%61.96%-
XYZ21.6314.7526.52-
YUV109.57145.17162.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=41.91%
G=20.95%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587914000.500.110.38313.6733.3346.47
Hex9E4F8C032B2613a212e
Octal23611721406213464724156
Binary1001111010011111000110001100101011100110100111010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,140); }

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

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

 a { background-color: rgb(158,79,140); }

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

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

 span { border-color: rgb(158,79,140); }

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