#9D5F93

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

Shades of Violet Blue #9D5F93

Tints of Violet Blue #9D5F93

Color information

#9D5F93 (or 0x9D5F93) is unknown color: approx Violet Blue. HEX triplet: 9D, 5F and 93. RGB value is (157,95,147). Sum of RGB (Red+Green+Blue) = 157+95+147=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5F93 is #62A06C. Grayscale: #777777. Windows color (decimal): -6463597 or 9658269. OLE color: 9658269.

HSL color Cylindrical-coordinate representation of color #9D5F93: hue angle of 309.68º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D5F93 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15795147-
CMYK00.390.060.38
HSL309.68º24.6%49.41%-
HSV(B)309.68º39.49%61.57%-
XYZ23.2617.4629.75-
YUV119.47143.54154.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=39.35%
G=23.81%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579514700.390.060.38309.6824.649.41
Hex9D5F930276261361931
Octal2351372230476464663161
Binary10011101101111110010011010011111010011010011011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,147); }

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

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

 a { background-color: rgb(157,95,147); }

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

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

 span { border-color: rgb(157,95,147); }

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