#9B619A

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

Shades of Violet Blue #9B619A

Tints of Violet Blue #9B619A

Color information

#9B619A (or 0x9B619A) is unknown color: approx Violet Blue. HEX triplet: 9B, 61 and 9A. RGB value is (155,97,154). Sum of RGB (Red+Green+Blue) = 155+97+154=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B619A is #649E65. Grayscale: #787878. Windows color (decimal): -6594150 or 10117531. OLE color: 10117531.

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

Color convert

RGB15597154-
CMYK00.370.010.39
HSL301.03º23.02%49.41%-
HSV(B)301.03º37.42%60.78%-
XYZ23.6217.8532.77-
YUV120.84146.72152.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=38.18%
G=23.89%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559715400.370.010.39301.0323.0249.41
Hex9B619A02512712d1731
Octal2331412320451474552761
Binary100110111100001100110100100101110011110010110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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