#99469A

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

Shades of Violet Blue #99469A

Tints of Violet Blue #99469A

Color information

#99469A (or 0x99469A) is unknown color: approx Violet Blue. HEX triplet: 99, 46 and 9A. RGB value is (153,70,154). Sum of RGB (Red+Green+Blue) = 153+70+154=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #99469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99469A is #66B965. Grayscale: #686868. Windows color (decimal): -6732134 or 10110617. OLE color: 10110617.

HSL color Cylindrical-coordinate representation of color #99469A: hue angle of 299.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99469A is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15370154-
CMYK0.010.5500.40
HSL299.29º37.5%43.92%-
HSV(B)299.29º54.55%60.39%-
XYZ21.1613.4932.06-
YUV104.39156162.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=40.58%
G=18.57%
B=40.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal153701540.010.5500.40299.2937.543.92
Hex99469A13702812b252c
Octal2311062321670504534554
Binary1001100110001101001101011101110101000100101011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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