#99619B

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

Shades of Violet Blue #99619B

Tints of Violet Blue #99619B

Color information

#99619B (or 0x99619B) is unknown color: approx Violet Blue. HEX triplet: 99, 61 and 9B. RGB value is (153,97,155). Sum of RGB (Red+Green+Blue) = 153+97+155=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #99619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99619B is #669E64. Grayscale: #787878. Windows color (decimal): -6725221 or 10183065. OLE color: 10183065.

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

Color convert

RGB15397155-
CMYK0.010.3700.39
HSL297.93º23.02%49.41%-
HSV(B)297.93º37.42%60.78%-
XYZ23.3317.6933.2-
YUV120.36147.55151.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=37.78%
G=23.95%
B=38.27%

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
Decimal153971550.010.3700.39297.9323.0249.41
Hex99619B12502712a1731
Octal2311412331450474522761
Binary100110011100001100110111100101010011110010101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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