#99429E

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

Shades of Violet Blue #99429E

Tints of Violet Blue #99429E

Color information

#99429E (or 0x99429E) is unknown color: approx Violet Blue. HEX triplet: 99, 42 and 9E. RGB value is (153,66,158). Sum of RGB (Red+Green+Blue) = 153+66+158=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #99429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99429E is #66BD61. Grayscale: #666666. Windows color (decimal): -6733154 or 10371737. OLE color: 10371737.

HSL color Cylindrical-coordinate representation of color #99429E: hue angle of 296.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99429E is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15366158-
CMYK0.030.5800.38
HSL296.74º41.07%43.92%-
HSV(B)296.74º58.23%61.96%-
XYZ21.2613.1433.76-
YUV102.5159.32164.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=40.58%
G=17.51%
B=41.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153661580.030.5800.38296.7441.0743.92
Hex99429E33A026129292c
Octal2311022363720464515154
Binary10011001100001010011110111110100100110100101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,66,158); }

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

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

 a { background-color: rgb(153,66,158); }

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

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

 span { border-color: rgb(153,66,158); }

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