#9C6093

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

Shades of Violet Blue #9C6093

Tints of Violet Blue #9C6093

Color information

#9C6093 (or 0x9C6093) is unknown color: approx Violet Blue. HEX triplet: 9C, 60 and 93. RGB value is (156,96,147). Sum of RGB (Red+Green+Blue) = 156+96+147=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6093 is #639F6C. Grayscale: #777777. Windows color (decimal): -6528877 or 9658524. OLE color: 9658524.

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

Color convert

RGB15696147-
CMYK00.380.060.39
HSL309º23.81%49.41%-
HSV(B)309º38.46%61.18%-
XYZ23.1617.5429.77-
YUV119.75143.38153.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=39.10%
G=24.06%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569614700.380.060.3930923.8149.41
Hex9C60930266271351831
Octal2341402230466474653061
Binary10011100110000010010011010011011010011110011010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,147); }

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

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

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

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

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

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

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