#9D5FAC

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

Shades of Violet Blue #9D5FAC

Tints of Violet Blue #9D5FAC

Color information

#9D5FAC (or 0x9D5FAC) is unknown color: approx Violet Blue. HEX triplet: 9D, 5F and AC. RGB value is (157,95,172). Sum of RGB (Red+Green+Blue) = 157+95+172=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5FAC is #62A053. Grayscale: #7A7A7A. Windows color (decimal): -6463572 or 11296669. OLE color: 11296669.

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

Color convert

RGB15795172-
CMYK0.090.4500.33
HSL288.31º31.69%52.35%-
HSV(B)288.31º44.77%67.45%-
XYZ25.4418.3341.23-
YUV122.32156.04152.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 95 (37.5% from 255) = 22.41%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=37.03%
G=22.41%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157951720.090.4500.33288.3131.6952.35
Hex9D5FAC92D0211202034
Octal23513725411550414404064
Binary1001110110111111010110010011011010100001100100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,172); }

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

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

 a { background-color: rgb(157,95,172); }

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

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

 span { border-color: rgb(157,95,172); }

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