Html Css Color HEX #9F5C90 Violet Blue

📋 copy color: '#9F5C90'

red 159 ◦ green 92 ◦ blue 144

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

Shades of Violet Blue #9F5C90

Tints of Violet Blue #9F5C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

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

R = 40.25%
G = 23.29%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F5C90 (or 0x9F5C90) is known color: Violet Blue. HEX triplet: 9F, 5C and 90. RGB value is (159,92,144). Sum of RGB (Red+Green+Blue) = 159+92+144=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C90 is #60A36F. Grayscale: #757575. Windows color (decimal): -6333296 or 9460895. OLE color: 9460895.

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

Color convert

RGB 159 92 144 -
CMYK 0 0.42 0.09 0.38
HSL 313.43º 0.27% 0.49% -
HSV(B) 313.43º 0.42% 0.62% -
XYZ 23.16 17.04 28.45 -
YUV 117.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 159 92 144 0 0.42 0.09 0.38 313.43 0.27 0.49
Hex 9F 5C 90 0 2A 9 26 139 1B 31
Octal 237 134 220 0 52 11 46 471 33 61
Binary 10011111 1011100 10010000 0 101010 1001 100110 100111001 11011 110001

Color Harmonies of #9F5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5C90

Black with #9F5C90

Text Example


Text Example

White with #9F5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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