Html Css Color HEX #9D5890 Violet Blue

📋 copy color: '#9D5890'

red 157 ◦ green 88 ◦ blue 144

#9D5890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #9D5890

Tints of Violet Blue #9D5890

RGB

 RED value IS 157 (61.72% from 255) = 40.36%

 GREEN value IS 88 (34.77% from 255) = 22.62%

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 40.36%
G = 22.62%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D5890 (or 0x9D5890) is known color: Violet Blue. HEX triplet: 9D, 58 and 90. RGB value is (157,88,144). Sum of RGB (Red+Green+Blue) = 157+88+144=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5890 is #62A76F. Grayscale: #727272. Windows color (decimal): -6465392 or 9459869. OLE color: 9459869.

HSL color Cylindrical-coordinate representation of color #9D5890: hue angle of 311.3º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D5890 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 88 144 -
CMYK 0 0.44 0.08 0.38
HSL 311.3º 0.28% 0.48% -
HSV(B) 311.3º 0.44% 0.62% -
XYZ 22.43 16.16 28.32 -
YUV 115.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 157 88 144 0 0.44 0.08 0.38 311.3 0.28 0.48
Hex 9D 58 90 0 2C 8 26 137 1C 30
Octal 235 130 220 0 54 10 46 467 34 60
Binary 10011101 1011000 10010000 0 101100 1000 100110 100110111 11100 110000

Color Harmonies of #9D5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5890

Black with #9D5890

Text Example


Text Example

White with #9D5890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,88,144); }

 H1.HeaderClassName
 {
   color: #9D5890;
 }
 .AnyTagClassName
 {
   color: #9D5890;
 }
</style>

background-color css

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

 a { background-color: rgb(157,88,144); }

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

border-color css

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

 span { border-color: rgb(157,88,144); }

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