#9B659D

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

Shades of Violet Blue #9B659D

Tints of Violet Blue #9B659D

Color information

#9B659D (or 0x9B659D) is unknown color: approx Violet Blue. HEX triplet: 9B, 65 and 9D. RGB value is (155,101,157). Sum of RGB (Red+Green+Blue) = 155+101+157=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B659D is #649A62. Grayscale: #7B7B7B. Windows color (decimal): -6593123 or 10315163. OLE color: 10315163.

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

Color convert

RGB155101157-
CMYK0.010.3600.38
HSL297.86º22.22%50.59%-
HSV(B)297.86º35.67%61.57%-
XYZ24.2618.7134.23-
YUV123.53146.89150.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.53%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=37.53%
G=24.46%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551011570.010.3600.38297.8622.2250.59
Hex9B659D12402612a1633
Octal2331452351440464522663
Binary100110111100101100111011100100010011010010101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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