#99769B

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

Shades of Violet Blue #99769B

Tints of Violet Blue #99769B

Color information

#99769B (or 0x99769B) is unknown color: approx Violet Blue. HEX triplet: 99, 76 and 9B. RGB value is (153,118,155). Sum of RGB (Red+Green+Blue) = 153+118+155=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #99769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99769B is #668964. Grayscale: #848484. Windows color (decimal): -6719845 or 10188441. OLE color: 10188441.

HSL color Cylindrical-coordinate representation of color #99769B: hue angle of 296.76º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99769B is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153118155-
CMYK0.010.2400.39
HSL296.76º15.61%53.53%-
HSV(B)296.76º23.87%60.78%-
XYZ25.5322.133.93-
YUV132.68140.6142.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=35.92%
G=27.70%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531181550.010.2400.39296.7615.6153.53
Hex99769B1180271291036
Octal2311662331300474512066
Binary10011001111011010011011111000010011110010100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99769B; }

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

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

<style>
 a { background-color: #99769B; }

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

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

<style>
 span { border-color: #99769B; }

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

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