#9B769E

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

Shades of Violet Blue #9B769E

Tints of Violet Blue #9B769E

Color information

#9B769E (or 0x9B769E) is unknown color: approx Violet Blue. HEX triplet: 9B, 76 and 9E. RGB value is (155,118,158). Sum of RGB (Red+Green+Blue) = 155+118+158=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B769E is #648961. Grayscale: #858585. Windows color (decimal): -6588770 or 10385051. OLE color: 10385051.

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

Color convert

RGB155118158-
CMYK0.020.2500.38
HSL295.5º17.09%54.12%-
HSV(B)295.5º25.32%61.96%-
XYZ26.1722.3935.29-
YUV133.62141.76143.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=35.96%
G=27.38%
B=36.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551181580.020.2500.38295.517.0954.12
Hex9B769E2190261281136
Octal2331662362310464502166
Binary100110111110110100111101011001010011010010100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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