#9C618F

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

Shades of Violet Blue #9C618F

Tints of Violet Blue #9C618F

Color information

#9C618F (or 0x9C618F) is unknown color: approx Violet Blue. HEX triplet: 9C, 61 and 8F. RGB value is (156,97,143). Sum of RGB (Red+Green+Blue) = 156+97+143=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C618F is #639E70. Grayscale: #777777. Windows color (decimal): -6528625 or 9396636. OLE color: 9396636.

HSL color Cylindrical-coordinate representation of color #9C618F: hue angle of 313.22º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C618F is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15697143-
CMYK00.380.080.39
HSL313.22º23.32%49.61%-
HSV(B)313.22º37.82%61.18%-
XYZ22.9417.628.17-
YUV119.88141.05153.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=39.39%
G=24.49%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569714300.380.080.39313.2223.3249.61
Hex9C618F0268271391732
Octal23414121704610474712762
Binary100111001100001100011110100110100010011110011100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,143); }

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

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

 a { background-color: rgb(156,97,143); }

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

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

 span { border-color: rgb(156,97,143); }

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