#9C619C

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

Shades of Violet Blue #9C619C

Tints of Violet Blue #9C619C

Color information

#9C619C (or 0x9C619C) is unknown color: approx Violet Blue. HEX triplet: 9C, 61 and 9C. RGB value is (156,97,156). Sum of RGB (Red+Green+Blue) = 156+97+156=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C619C is #639E63. Grayscale: #797979. Windows color (decimal): -6528612 or 10248604. OLE color: 10248604.

HSL color Cylindrical-coordinate representation of color #9C619C: hue angle of 300º 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 #9C619C is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15697156-
CMYK00.3800.39
HSL300º23.32%49.61%-
HSV(B)300º37.82%61.18%-
XYZ23.9918.0233.67-
YUV121.37147.55152.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=38.14%
G=23.72%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569715600.3800.3930023.3249.61
Hex9C619C02602712c1732
Octal2341412340460474542762
Binary100111001100001100111000100110010011110010110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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