#99629B

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

Shades of Violet Blue #99629B

Tints of Violet Blue #99629B

Color information

#99629B (or 0x99629B) is unknown color: approx Violet Blue. HEX triplet: 99, 62 and 9B. RGB value is (153,98,155). Sum of RGB (Red+Green+Blue) = 153+98+155=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #99629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99629B is #669D64. Grayscale: #787878. Windows color (decimal): -6724965 or 10183321. OLE color: 10183321.

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

Color convert

RGB15398155-
CMYK0.010.3700.39
HSL297.89º22.53%49.61%-
HSV(B)297.89º36.77%60.78%-
XYZ23.4217.8733.23-
YUV120.94147.22150.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=37.68%
G=24.14%
B=38.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153981550.010.3700.39297.8922.5349.61
Hex99629B12502712a1732
Octal2311422331450474522762
Binary100110011100010100110111100101010011110010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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