Html Css Color HEX #9F59AA Violet Blue

📋 copy color: '#9F59AA'

red 159 ◦ green 89 ◦ blue 170

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

Shades of Violet Blue #9F59AA

Tints of Violet Blue #9F59AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 38.04%
G = 21.29%
B = 40.67%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F59AA (or 0x9F59AA) is known color: Violet Blue. HEX triplet: 9F, 59 and AA. RGB value is (159,89,170). Sum of RGB (Red+Green+Blue) = 159+89+170=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F59AA is #60A655. Grayscale: #767676. Windows color (decimal): -6334038 or 11164063. OLE color: 11164063.

HSL color Cylindrical-coordinate representation of color #9F59AA: hue angle of 291.85º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F59AA is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 89 170 -
CMYK 0.06 0.48 0 0.33
HSL 291.85º 0.32% 0.51% -
HSV(B) 291.85º 0.48% 0.67% -
XYZ 25.13 17.42 40.07 -
YUV 119.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 159 89 170 0.06 0.48 0 0.33 291.85 0.32 0.51
Hex 9F 59 AA 6 30 0 21 124 20 33
Octal 237 131 252 6 60 0 41 444 40 63
Binary 10011111 1011001 10101010 110 110000 0 100001 100100100 100000 110011

Color Harmonies of #9F59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F59AA

Black with #9F59AA

Text Example


Text Example

White with #9F59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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