#99619D

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

Shades of Violet Blue #99619D

Tints of Violet Blue #99619D

Color information

#99619D (or 0x99619D) is unknown color: approx Violet Blue. HEX triplet: 99, 61 and 9D. RGB value is (153,97,157). Sum of RGB (Red+Green+Blue) = 153+97+157=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #99619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99619D is #669E62. Grayscale: #787878. Windows color (decimal): -6725219 or 10314137. OLE color: 10314137.

HSL color Cylindrical-coordinate representation of color #99619D: hue angle of 296º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99619D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15397157-
CMYK0.030.3800.38
HSL296º23.62%49.8%-
HSV(B)296º38.22%61.57%-
XYZ23.517.7634.09-
YUV120.58148.55151.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=37.59%
G=23.83%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153971570.030.3800.3829623.6249.8
Hex99619D3260261281832
Octal2311412353460464503062
Binary1001100111000011001110111100110010011010010100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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