#9D629B

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

Shades of Violet Blue #9D629B

Tints of Violet Blue #9D629B

Color information

#9D629B (or 0x9D629B) is unknown color: approx Violet Blue. HEX triplet: 9D, 62 and 9B. RGB value is (157,98,155). Sum of RGB (Red+Green+Blue) = 157+98+155=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D629B is #629D64. Grayscale: #797979. Windows color (decimal): -6462821 or 10183325. OLE color: 10183325.

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

Color convert

RGB15798155-
CMYK00.380.010.38
HSL302.03º23.14%50%-
HSV(B)302.03º37.58%61.57%-
XYZ24.1918.2733.26-
YUV122.14146.55152.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=38.29%
G=23.90%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579815500.380.010.38302.0323.1450
Hex9D629B02612612e1732
Octal2351422330461464562762
Binary100111011100010100110110100110110011010010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,155); }

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

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

 a { background-color: rgb(157,98,155); }

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

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

 span { border-color: rgb(157,98,155); }

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