Html Css Color HEX #9F59AD Violet Blue

📋 copy color: '#9F59AD'

red 159 ◦ green 89 ◦ blue 173

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

Shades of Violet Blue #9F59AD

Tints of Violet Blue #9F59AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 37.77%
G = 21.14%
B = 41.09%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F59AD (or 0x9F59AD) is known color: Violet Blue. HEX triplet: 9F, 59 and AD. RGB value is (159,89,173). Sum of RGB (Red+Green+Blue) = 159+89+173=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F59AD is #60A652. Grayscale: #777777. Windows color (decimal): -6334035 or 11360671. OLE color: 11360671.

HSL color Cylindrical-coordinate representation of color #9F59AD: hue angle of 290º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F59AD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 89 173 -
CMYK 0.08 0.49 0 0.32
HSL 290º 0.34% 0.51% -
HSV(B) 290º 0.49% 0.68% -
XYZ 25.41 17.53 41.58 -
YUV 119.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 159 89 173 0.08 0.49 0 0.32 290 0.34 0.51
Hex 9F 59 AD 8 31 0 20 122 22 33
Octal 237 131 255 10 61 0 40 442 42 63
Binary 10011111 1011001 10101101 1000 110001 0 100000 100100010 100010 110011

Color Harmonies of #9F59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F59AD

Black with #9F59AD

Text Example


Text Example

White with #9F59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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