#9B618E

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

Shades of Violet Blue #9B618E

Tints of Violet Blue #9B618E

Color information

#9B618E (or 0x9B618E) is unknown color: approx Violet Blue. HEX triplet: 9B, 61 and 8E. RGB value is (155,97,142). Sum of RGB (Red+Green+Blue) = 155+97+142=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B618E is #649E71. Grayscale: #777777. Windows color (decimal): -6594162 or 9331099. OLE color: 9331099.

HSL color Cylindrical-coordinate representation of color #9B618E: hue angle of 313.45º 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 #9B618E is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15597142-
CMYK00.370.080.39
HSL313.45º23.02%49.41%-
HSV(B)313.45º37.42%60.78%-
XYZ22.6717.4727.77-
YUV119.47140.72153.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=39.34%
G=24.62%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559714200.370.080.39313.4523.0249.41
Hex9B618E0258271391731
Octal23314121604510474712761
Binary100110111100001100011100100101100010011110011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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