Html Css Color HEX #9F5F91 Violet Blue

📋 copy color: '#9F5F91'

red 159 ◦ green 95 ◦ blue 145

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

Shades of Violet Blue #9F5F91

Tints of Violet Blue #9F5F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

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

R = 39.85%
G = 23.81%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F5F91 (or 0x9F5F91) is known color: Violet Blue. HEX triplet: 9F, 5F and 91. RGB value is (159,95,145). Sum of RGB (Red+Green+Blue) = 159+95+145=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F91 is #60A06E. Grayscale: #777777. Windows color (decimal): -6332527 or 9527199. OLE color: 9527199.

HSL color Cylindrical-coordinate representation of color #9F5F91: hue angle of 313.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F91 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 95 145 -
CMYK 0 0.40 0.09 0.38
HSL 313.13º 0.25% 0.5% -
HSV(B) 313.13º 0.4% 0.62% -
XYZ 23.5 17.6 28.95 -
YUV 119.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 159 95 145 0 0.40 0.09 0.38 313.13 0.25 0.5
Hex 9F 5F 91 0 28 9 26 139 19 32
Octal 237 137 221 0 50 11 46 471 31 62
Binary 10011111 1011111 10010001 0 101000 1001 100110 100111001 11001 110010

Color Harmonies of #9F5F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5F91

Black with #9F5F91

Text Example


Text Example

White with #9F5F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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