#9C3E94

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

Shades of Violet Blue #9C3E94

Tints of Violet Blue #9C3E94

Color information

#9C3E94 (or 0x9C3E94) is unknown color: approx Violet Blue. HEX triplet: 9C, 3E and 94. RGB value is (156,62,148). Sum of RGB (Red+Green+Blue) = 156+62+148=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3E94 is #63C16B. Grayscale: #636363. Windows color (decimal): -6537580 or 9715356. OLE color: 9715356.

HSL color Cylindrical-coordinate representation of color #9C3E94: hue angle of 305.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C3E94 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB15662148-
CMYK00.600.050.39
HSL305.11º43.12%42.75%-
HSV(B)305.11º60.26%61.18%-
XYZ20.7812.6529.36-
YUV99.91155.14168.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=42.62%
G=16.94%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566214800.600.050.39305.1143.1242.75
Hex9C3E9403C5271312b2b
Octal234762240745474615353
Binary10011100111110100101000111100101100111100110001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,62,148); }

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

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

 a { background-color: rgb(156,62,148); }

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

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

 span { border-color: rgb(156,62,148); }

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