Html Css Color HEX #9D5A90 Violet Blue

📋 copy color: '#9D5A90'

red 157 ◦ green 90 ◦ blue 144

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

Shades of Violet Blue #9D5A90

Tints of Violet Blue #9D5A90

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

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

R = 40.15%
G = 23.02%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D5A90 (or 0x9D5A90) is known color: Violet Blue. HEX triplet: 9D, 5A and 90. RGB value is (157,90,144). Sum of RGB (Red+Green+Blue) = 157+90+144=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5A90 is #62A56F. Grayscale: #747474. Windows color (decimal): -6464880 or 9460381. OLE color: 9460381.

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

Color convert

RGB 157 90 144 -
CMYK 0 0.43 0.08 0.38
HSL 311.64º 0.27% 0.48% -
HSV(B) 311.64º 0.43% 0.62% -
XYZ 22.59 16.49 28.38 -
YUV 116.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 157 90 144 0 0.43 0.08 0.38 311.64 0.27 0.48
Hex 9D 5A 90 0 2B 8 26 138 1B 30
Octal 235 132 220 0 53 10 46 470 33 60
Binary 10011101 1011010 10010000 0 101011 1000 100110 100111000 11011 110000

Color Harmonies of #9D5A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5A90

Black with #9D5A90

Text Example


Text Example

White with #9D5A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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