#9C7098

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

Shades of Violet Blue #9C7098

Tints of Violet Blue #9C7098

Color information

#9C7098 (or 0x9C7098) is unknown color: approx Violet Blue. HEX triplet: 9C, 70 and 98. RGB value is (156,112,152). Sum of RGB (Red+Green+Blue) = 156+112+152=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7098 is #638F67. Grayscale: #818181. Windows color (decimal): -6524776 or 9990300. OLE color: 9990300.

HSL color Cylindrical-coordinate representation of color #9C7098: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7098 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB156112152-
CMYK00.280.030.39
HSL305.45º18.18%52.55%-
HSV(B)305.45º28.21%61.18%-
XYZ25.1720.9232.42-
YUV129.72140.58146.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=37.14%
G=26.67%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611215200.280.030.39305.4518.1852.55
Hex9C709801C3271311235
Octal2341602300343474612265
Binary100111001110000100110000111001110011110011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,152); }

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

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

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

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

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

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

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