#9B739E

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

Shades of Violet Blue #9B739E

Tints of Violet Blue #9B739E

Color information

#9B739E (or 0x9B739E) is unknown color: approx Violet Blue. HEX triplet: 9B, 73 and 9E. RGB value is (155,115,158). Sum of RGB (Red+Green+Blue) = 155+115+158=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B739E is #648C61. Grayscale: #838383. Windows color (decimal): -6589538 or 10384283. OLE color: 10384283.

HSL color Cylindrical-coordinate representation of color #9B739E: hue angle of 295.81º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B739E is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB155115158-
CMYK0.020.2700.38
HSL295.81º18.14%53.53%-
HSV(B)295.81º27.22%61.96%-
XYZ25.8221.735.18-
YUV131.86142.75144.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=36.21%
G=26.87%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551151580.020.2700.38295.8118.1453.53
Hex9B739E21B0261281236
Octal2331632362330464502266
Binary100110111110011100111101011011010011010010100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,115,158); }

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

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

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

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

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

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

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