#9D568F

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

Shades of Violet Blue #9D568F

Tints of Violet Blue #9D568F

Color information

#9D568F (or 0x9D568F) is unknown color: approx Violet Blue. HEX triplet: 9D, 56 and 8F. RGB value is (157,86,143). Sum of RGB (Red+Green+Blue) = 157+86+143=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D568F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D568F is #62A970. Grayscale: #717171. Windows color (decimal): -6465905 or 9393821. OLE color: 9393821.

HSL color Cylindrical-coordinate representation of color #9D568F: hue angle of 311.83º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D568F is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15786143-
CMYK00.450.090.38
HSL311.83º29.22%47.65%-
HSV(B)311.83º45.22%61.57%-
XYZ22.1915.8127.87-
YUV113.73144.52158.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=40.67%
G=22.28%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578614300.450.090.38311.8329.2247.65
Hex9D568F02D9261381d30
Octal23512621705511464703560
Binary100111011010110100011110101101100110011010011100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,86,143); }

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

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

 a { background-color: rgb(157,86,143); }

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

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

 span { border-color: rgb(157,86,143); }

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