Html Css Color HEX #9F5491 Violet Blue

📋 copy color: '#9F5491'

red 159 ◦ green 84 ◦ blue 145

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

Shades of Violet Blue #9F5491

Tints of Violet Blue #9F5491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 40.98%
G = 21.65%
B = 37.37%

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

#9F5491 (or 0x9F5491) is known color: Violet Blue. HEX triplet: 9F, 54 and 91. RGB value is (159,84,145). Sum of RGB (Red+Green+Blue) = 159+84+145=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5491 is #60AB6E. Grayscale: #717171. Windows color (decimal): -6335343 or 9524383. OLE color: 9524383.

HSL color Cylindrical-coordinate representation of color #9F5491: hue angle of 311.2º 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 #9F5491 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 84 145 -
CMYK 0 0.47 0.09 0.38
HSL 311.2º 0.31% 0.48% -
HSV(B) 311.2º 0.47% 0.62% -
XYZ 22.58 15.76 28.64 -
YUV 113.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 159 84 145 0 0.47 0.09 0.38 311.2 0.31 0.48
Hex 9F 54 91 0 2F 9 26 137 1F 30
Octal 237 124 221 0 57 11 46 467 37 60
Binary 10011111 1010100 10010001 0 101111 1001 100110 100110111 11111 110000

Color Harmonies of #9F5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5491

Black with #9F5491

Text Example


Text Example

White with #9F5491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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