#9B6395

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

Shades of Violet Blue #9B6395

Tints of Violet Blue #9B6395

Color information

#9B6395 (or 0x9B6395) is unknown color: approx Violet Blue. HEX triplet: 9B, 63 and 95. RGB value is (155,99,149). Sum of RGB (Red+Green+Blue) = 155+99+149=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6395 is #649C6A. Grayscale: #797979. Windows color (decimal): -6593643 or 9790363. OLE color: 9790363.

HSL color Cylindrical-coordinate representation of color #9B6395: hue angle of 306.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6395 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15599149-
CMYK00.360.040.39
HSL306.43º22.05%49.8%-
HSV(B)306.43º36.13%60.78%-
XYZ23.418.0630.69-
YUV121.44143.55151.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.46%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=38.46%
G=24.57%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559914900.360.040.39306.4322.0549.8
Hex9B63950244271321632
Octal2331432250444474622662
Binary10011011110001110010101010010010010011110011001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,149); }

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

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

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

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

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

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

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