#9D438E

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

Shades of Violet Blue #9D438E

Tints of Violet Blue #9D438E

Color information

#9D438E (or 0x9D438E) is unknown color: approx Violet Blue. HEX triplet: 9D, 43 and 8E. RGB value is (157,67,142). Sum of RGB (Red+Green+Blue) = 157+67+142=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D438E is #62BC71. Grayscale: #666666. Windows color (decimal): -6470770 or 9323421. OLE color: 9323421.

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

Color convert

RGB15767142-
CMYK00.570.100.38
HSL310º40.18%43.92%-
HSV(B)310º57.32%61.57%-
XYZ20.7913.1427.03-
YUV102.46150.32166.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 67 (26.56% from 255) = 18.31%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=42.90%
G=18.31%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576714200.570.100.3831040.1843.92
Hex9D438E039A26136282c
Octal23510321607112464665054
Binary1001110110000111000111001110011010100110100110110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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