#9B619B

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

Shades of Violet Blue #9B619B

Tints of Violet Blue #9B619B

Color information

#9B619B (or 0x9B619B) is unknown color: approx Violet Blue. HEX triplet: 9B, 61 and 9B. RGB value is (155,97,155). Sum of RGB (Red+Green+Blue) = 155+97+155=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B619B is #649E64. Grayscale: #787878. Windows color (decimal): -6594149 or 10183067. OLE color: 10183067.

HSL color Cylindrical-coordinate representation of color #9B619B: hue angle of 300º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B619B is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15597155-
CMYK00.3700.39
HSL300º23.02%49.41%-
HSV(B)300º37.42%60.78%-
XYZ23.7117.8833.21-
YUV120.95147.22152.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.08%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=38.08%
G=23.83%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559715500.3700.3930023.0249.41
Hex9B619B02502712c1731
Octal2331412330450474542761
Binary100110111100001100110110100101010011110010110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,97,155); }

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

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

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

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

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

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

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