#9C458E

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

Shades of Violet Blue #9C458E

Tints of Violet Blue #9C458E

Color information

#9C458E (or 0x9C458E) is unknown color: approx Violet Blue. HEX triplet: 9C, 45 and 8E. RGB value is (156,69,142). Sum of RGB (Red+Green+Blue) = 156+69+142=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C458E is #63BA71. Grayscale: #676767. Windows color (decimal): -6535794 or 9323932. OLE color: 9323932.

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

Color convert

RGB15669142-
CMYK00.560.090.39
HSL309.66º38.67%44.12%-
HSV(B)309.66º55.77%61.18%-
XYZ20.7213.2827.06-
YUV103.34149.82165.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.51%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=42.51%
G=18.80%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566914200.560.090.39309.6638.6744.12
Hex9C458E038927136272c
Octal23410521607011474664754
Binary1001110010001011000111001110001001100111100110110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,69,142); }

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

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

 a { background-color: rgb(156,69,142); }

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

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

 span { border-color: rgb(156,69,142); }

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