Html Css Color HEX #9F5899 Violet Blue

📋 copy color: '#9F5899'

red 159 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #9F5899

Tints of Violet Blue #9F5899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 39.75%
G = 22%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F5899 (or 0x9F5899) is known color: Violet Blue. HEX triplet: 9F, 58 and 99. RGB value is (159,88,153). Sum of RGB (Red+Green+Blue) = 159+88+153=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5899 is #60A766. Grayscale: #747474. Windows color (decimal): -6334311 or 10049695. OLE color: 10049695.

HSL color Cylindrical-coordinate representation of color #9F5899: hue angle of 305.07º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5899 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 88 153 -
CMYK 0 0.45 0.04 0.38
HSL 305.07º 0.29% 0.48% -
HSV(B) 305.07º 0.45% 0.62% -
XYZ 23.54 16.65 32.11 -
YUV 116.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 159 88 153 0 0.45 0.04 0.38 305.07 0.29 0.48
Hex 9F 58 99 0 2D 4 26 131 1D 30
Octal 237 130 231 0 55 4 46 461 35 60
Binary 10011111 1011000 10011001 0 101101 100 100110 100110001 11101 110000

Color Harmonies of #9F5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5899

Black with #9F5899

Text Example


Text Example

White with #9F5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,153); }

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

background-color css

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

 a { background-color: rgb(159,88,153); }

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

border-color css

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

 span { border-color: rgb(159,88,153); }

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