#9C4299

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

Shades of Violet Blue #9C4299

Tints of Violet Blue #9C4299

Color information

#9C4299 (or 0x9C4299) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 99. RGB value is (156,66,153). Sum of RGB (Red+Green+Blue) = 156+66+153=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4299 is #63BD66. Grayscale: #666666. Windows color (decimal): -6536551 or 10044060. OLE color: 10044060.

HSL color Cylindrical-coordinate representation of color #9C4299: hue angle of 302º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4299 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB15666153-
CMYK00.580.020.39
HSL302º40.54%43.53%-
HSV(B)302º57.69%61.18%-
XYZ21.4113.2631.57-
YUV102.83156.32165.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=41.6%
G=17.6%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566615300.580.020.3930240.5443.53
Hex9C429903A22712e292c
Octal2341022310722474565154
Binary10011100100001010011001011101010100111100101110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C4299; }

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

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

<style>
 a { background-color: #9C4299; }

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

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

<style>
 span { border-color: #9C4299; }

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

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