#9D619A

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

Shades of Violet Blue #9D619A

Tints of Violet Blue #9D619A

Color information

#9D619A (or 0x9D619A) is unknown color: approx Violet Blue. HEX triplet: 9D, 61 and 9A. RGB value is (157,97,154). Sum of RGB (Red+Green+Blue) = 157+97+154=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D619A is #629E65. Grayscale: #797979. Windows color (decimal): -6463078 or 10117533. OLE color: 10117533.

HSL color Cylindrical-coordinate representation of color #9D619A: hue angle of 303º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D619A is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15797154-
CMYK00.380.020.38
HSL303º23.62%49.8%-
HSV(B)303º38.22%61.57%-
XYZ24.0118.0532.79-
YUV121.44146.38153.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.48%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=38.48%
G=23.77%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579715400.380.020.3830323.6249.8
Hex9D619A02622612f1832
Octal2351412320462464573062
Binary1001110111000011001101001001101010011010010111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,154); }

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

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

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

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

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

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

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