#9D6F9B

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

Shades of Violet Blue #9D6F9B

Tints of Violet Blue #9D6F9B

Color information

#9D6F9B (or 0x9D6F9B) is unknown color: approx Violet Blue. HEX triplet: 9D, 6F and 9B. RGB value is (157,111,155). Sum of RGB (Red+Green+Blue) = 157+111+155=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6F9B is #629064. Grayscale: #818181. Windows color (decimal): -6459493 or 10186653. OLE color: 10186653.

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

Color convert

RGB157111155-
CMYK00.290.010.38
HSL302.61º19.01%52.55%-
HSV(B)302.61º29.3%61.57%-
XYZ25.5120.933.7-
YUV129.77142.24147.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=37.12%
G=26.24%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711115500.290.010.38302.6119.0152.55
Hex9D6F9B01D12612f1335
Octal2351572330351464572365
Binary10011101110111110011011011101110011010010111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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