#99469D

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

Shades of Violet Blue #99469D

Tints of Violet Blue #99469D

Color information

#99469D (or 0x99469D) is unknown color: approx Violet Blue. HEX triplet: 99, 46 and 9D. RGB value is (153,70,157). Sum of RGB (Red+Green+Blue) = 153+70+157=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #99469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99469D is #66B962. Grayscale: #686868. Windows color (decimal): -6732131 or 10307225. OLE color: 10307225.

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

Color convert

RGB15370157-
CMYK0.030.5500.38
HSL297.24º38.33%44.51%-
HSV(B)297.24º55.41%61.57%-
XYZ21.4113.5933.39-
YUV104.73157.5162.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=40.26%
G=18.42%
B=41.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153701570.030.5500.38297.2438.3344.51
Hex99469D337026129262d
Octal2311062353670464514655
Binary10011001100011010011101111101110100110100101001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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