Html Css Color HEX #9F5790 Violet Blue

📋 copy color: '#9F5790'

red 159 ◦ green 87 ◦ blue 144

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

Shades of Violet Blue #9F5790

Tints of Violet Blue #9F5790

RGB

 RED value IS 159 (62.5% from 255) = 40.77%

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 40.77%
G = 22.31%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F5790 (or 0x9F5790) is known color: Violet Blue. HEX triplet: 9F, 57 and 90. RGB value is (159,87,144). Sum of RGB (Red+Green+Blue) = 159+87+144=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5790 is #60A86F. Grayscale: #727272. Windows color (decimal): -6334576 or 9459615. OLE color: 9459615.

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

Color convert

RGB 159 87 144 -
CMYK 0 0.45 0.09 0.38
HSL 312.5º 0.29% 0.48% -
HSV(B) 312.5º 0.45% 0.62% -
XYZ 22.74 16.2 28.31 -
YUV 115.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 159 87 144 0 0.45 0.09 0.38 312.5 0.29 0.48
Hex 9F 57 90 0 2D 9 26 138 1D 30
Octal 237 127 220 0 55 11 46 470 35 60
Binary 10011111 1010111 10010000 0 101101 1001 100110 100111000 11101 110000

Color Harmonies of #9F5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5790

Black with #9F5790

Text Example


Text Example

White with #9F5790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,87,144); }

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

background-color css

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

 a { background-color: rgb(159,87,144); }

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

border-color css

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

 span { border-color: rgb(159,87,144); }

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