Html Css Color HEX #9F5E90 Violet Blue

📋 copy color: '#9F5E90'

red 159 ◦ green 94 ◦ blue 144

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

Shades of Violet Blue #9F5E90

Tints of Violet Blue #9F5E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.68%

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

R = 40.05%
G = 23.68%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F5E90 (or 0x9F5E90) is known color: Violet Blue. HEX triplet: 9F, 5E and 90. RGB value is (159,94,144). Sum of RGB (Red+Green+Blue) = 159+94+144=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E90 is #60A16F. Grayscale: #777777. Windows color (decimal): -6332784 or 9461407. OLE color: 9461407.

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

Color convert

RGB 159 94 144 -
CMYK 0 0.41 0.09 0.38
HSL 313.85º 0.26% 0.5% -
HSV(B) 313.85º 0.41% 0.62% -
XYZ 23.33 17.39 28.51 -
YUV 119.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 159 94 144 0 0.41 0.09 0.38 313.85 0.26 0.5
Hex 9F 5E 90 0 29 9 26 13A 1A 32
Octal 237 136 220 0 51 11 46 472 32 62
Binary 10011111 1011110 10010000 0 101001 1001 100110 100111010 11010 110010

Color Harmonies of #9F5E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E90

Black with #9F5E90

Text Example


Text Example

White with #9F5E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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