Html Css Color HEX #9F5490 Violet Blue

📋 copy color: '#9F5490'

red 159 ◦ green 84 ◦ blue 144

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

Shades of Violet Blue #9F5490

Tints of Violet Blue #9F5490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

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

R = 41.09%
G = 21.71%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F5490 (or 0x9F5490) is known color: Violet Blue. HEX triplet: 9F, 54 and 90. RGB value is (159,84,144). Sum of RGB (Red+Green+Blue) = 159+84+144=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5490 is #60AB6F. Grayscale: #717171. Windows color (decimal): -6335344 or 9458847. OLE color: 9458847.

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

Color convert

RGB 159 84 144 -
CMYK 0 0.47 0.09 0.38
HSL 312º 0.31% 0.48% -
HSV(B) 312º 0.47% 0.62% -
XYZ 22.5 15.73 28.23 -
YUV 113.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 159 84 144 0 0.47 0.09 0.38 312 0.31 0.48
Hex 9F 54 90 0 2F 9 26 138 1F 30
Octal 237 124 220 0 57 11 46 470 37 60
Binary 10011111 1010100 10010000 0 101111 1001 100110 100111000 11111 110000

Color Harmonies of #9F5490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5490

Black with #9F5490

Text Example


Text Example

White with #9F5490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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