Html Css Color HEX #9F5994 Violet Blue

📋 copy color: '#9F5994'

red 159 ◦ green 89 ◦ blue 148

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

Shades of Violet Blue #9F5994

Tints of Violet Blue #9F5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.47%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 40.15%
G = 22.47%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F5994 (or 0x9F5994) is known color: Violet Blue. HEX triplet: 9F, 59 and 94. RGB value is (159,89,148). Sum of RGB (Red+Green+Blue) = 159+89+148=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5994 is #60A66B. Grayscale: #747474. Windows color (decimal): -6334060 or 9722271. OLE color: 9722271.

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

Color convert

RGB 159 89 148 -
CMYK 0 0.44 0.07 0.38
HSL 309.43º 0.28% 0.49% -
HSV(B) 309.43º 0.44% 0.62% -
XYZ 23.22 16.65 30.01 -
YUV 116.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 159 89 148 0 0.44 0.07 0.38 309.43 0.28 0.49
Hex 9F 59 94 0 2C 7 26 135 1C 31
Octal 237 131 224 0 54 7 46 465 34 61
Binary 10011111 1011001 10010100 0 101100 111 100110 100110101 11100 110001

Color Harmonies of #9F5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5994

Black with #9F5994

Text Example


Text Example

White with #9F5994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,148); }

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

background-color css

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

 a { background-color: rgb(159,89,148); }

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

border-color css

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

 span { border-color: rgb(159,89,148); }

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