Html Css Color HEX #9D5AAA Violet Blue

📋 copy color: '#9D5AAA'

red 157 ◦ green 90 ◦ blue 170

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

Shades of Violet Blue #9D5AAA

Tints of Violet Blue #9D5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

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

R = 37.65%
G = 21.58%
B = 40.77%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D5AAA (or 0x9D5AAA) is known color: Violet Blue. HEX triplet: 9D, 5A and AA. RGB value is (157,90,170). Sum of RGB (Red+Green+Blue) = 157+90+170=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5AAA is #62A555. Grayscale: #767676. Windows color (decimal): -6464854 or 11164317. OLE color: 11164317.

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

Color convert

RGB 157 90 170 -
CMYK 0.08 0.47 0 0.33
HSL 290.25º 0.32% 0.51% -
HSV(B) 290.25º 0.47% 0.67% -
XYZ 24.82 17.38 40.08 -
YUV 119.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 157 90 170 0.08 0.47 0 0.33 290.25 0.32 0.51
Hex 9D 5A AA 8 2F 0 21 122 20 33
Octal 235 132 252 10 57 0 41 442 40 63
Binary 10011101 1011010 10101010 1000 101111 0 100001 100100010 100000 110011

Color Harmonies of #9D5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5AAA

Black with #9D5AAA

Text Example


Text Example

White with #9D5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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