Html Css Color HEX #9D59AA Violet Blue

📋 copy color: '#9D59AA'

red 157 ◦ green 89 ◦ blue 170

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

Shades of Violet Blue #9D59AA

Tints of Violet Blue #9D59AA

RGB

 RED value IS 157 (61.72% from 255) = 37.74%

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

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

R = 37.74%
G = 21.39%
B = 40.87%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D59AA (or 0x9D59AA) is known color: Violet Blue. HEX triplet: 9D, 59 and AA. RGB value is (157,89,170). Sum of RGB (Red+Green+Blue) = 157+89+170=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D59AA is #62A655. Grayscale: #767676. Windows color (decimal): -6465110 or 11164061. OLE color: 11164061.

HSL color Cylindrical-coordinate representation of color #9D59AA: hue angle of 290.37º 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 #9D59AA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 89 170 -
CMYK 0.08 0.48 0 0.33
HSL 290.37º 0.32% 0.51% -
HSV(B) 290.37º 0.48% 0.67% -
XYZ 24.73 17.22 40.05 -
YUV 118.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 157 89 170 0.08 0.48 0 0.33 290.37 0.32 0.51
Hex 9D 59 AA 8 30 0 21 122 20 33
Octal 235 131 252 10 60 0 41 442 40 63
Binary 10011101 1011001 10101010 1000 110000 0 100001 100100010 100000 110011

Color Harmonies of #9D59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D59AA

Black with #9D59AA

Text Example


Text Example

White with #9D59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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