#99608D

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

Shades of Violet Blue #99608D

Tints of Violet Blue #99608D

Color information

#99608D (or 0x99608D) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 8D. RGB value is (153,96,141). Sum of RGB (Red+Green+Blue) = 153+96+141=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608D is #669F72. Grayscale: #767676. Windows color (decimal): -6725491 or 9265305. OLE color: 9265305.

HSL color Cylindrical-coordinate representation of color #99608D: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99608D is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15396141-
CMYK00.370.080.4
HSL312.63º22.89%48.82%-
HSV(B)312.63º37.25%60%-
XYZ22.1317.0627.33-
YUV118.17140.88152.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=39.23%
G=24.62%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539614100.370.080.4312.6322.8948.82
Hex99608D0258281391731
Octal23114021504510504712761
Binary100110011100000100011010100101100010100010011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,96,141); }

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

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

 a { background-color: rgb(153,96,141); }

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

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

 span { border-color: rgb(153,96,141); }

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