#99628E

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

Shades of Violet Blue #99628E

Tints of Violet Blue #99628E

Color information

#99628E (or 0x99628E) is unknown color: approx Violet Blue. HEX triplet: 99, 62 and 8E. RGB value is (153,98,142). Sum of RGB (Red+Green+Blue) = 153+98+142=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99628E is #669D71. Grayscale: #777777. Windows color (decimal): -6724978 or 9331353. OLE color: 9331353.

HSL color Cylindrical-coordinate representation of color #99628E: hue angle of 312º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99628E is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15398142-
CMYK00.360.070.4
HSL312º21.91%49.22%-
HSV(B)312º35.95%60%-
XYZ22.3917.4627.78-
YUV119.46140.72151.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=38.93%
G=24.94%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539814200.360.070.431221.9149.22
Hex99628E0247281381631
Octal2311422160447504702661
Binary10011001110001010001110010010011110100010011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99628E; }

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

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

<style>
 a { background-color: #99628E; }

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

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

<style>
 span { border-color: #99628E; }

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

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