#9C5FAA

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

Shades of Violet Blue #9C5FAA

Tints of Violet Blue #9C5FAA

Color information

#9C5FAA (or 0x9C5FAA) is unknown color: approx Violet Blue. HEX triplet: 9C, 5F and AA. RGB value is (156,95,170). Sum of RGB (Red+Green+Blue) = 156+95+170=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5FAA is #63A055. Grayscale: #797979. Windows color (decimal): -6529110 or 11165596. OLE color: 11165596.

HSL color Cylindrical-coordinate representation of color #9C5FAA: hue angle of 288.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5FAA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15695170-
CMYK0.080.4400.33
HSL288.8º30.61%51.96%-
HSV(B)288.8º44.12%66.67%-
XYZ25.0618.1540.21-
YUV121.79155.21152.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=37.05%
G=22.57%
B=40.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156951700.080.4400.33288.830.6151.96
Hex9C5FAA82C0211211f34
Octal23413725210540414413764
Binary100111001011111101010101000101100010000110010000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,170); }

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

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

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

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

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

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

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