#9B6290

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

Shades of Violet Blue #9B6290

Tints of Violet Blue #9B6290

Color information

#9B6290 (or 0x9B6290) is unknown color: approx Violet Blue. HEX triplet: 9B, 62 and 90. RGB value is (155,98,144). Sum of RGB (Red+Green+Blue) = 155+98+144=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6290 is #649D6F. Grayscale: #787878. Windows color (decimal): -6593904 or 9462427. OLE color: 9462427.

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

Color convert

RGB15598144-
CMYK00.370.070.39
HSL311.58º22.53%49.61%-
HSV(B)311.58º36.77%60.78%-
XYZ22.9217.7228.6-
YUV120.29141.38152.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=39.04%
G=24.69%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559814400.370.070.39311.5822.5349.61
Hex9B62900257271381732
Octal2331422200457474702762
Binary10011011110001010010000010010111110011110011100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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