Html Css Color HEX #9D4DAA Violet Blue

📋 copy color: '#9D4DAA'

red 157 ◦ green 77 ◦ blue 170

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

Shades of Violet Blue #9D4DAA

Tints of Violet Blue #9D4DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

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

R = 38.86%
G = 19.06%
B = 42.08%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D4DAA (or 0x9D4DAA) is known color: Violet Blue. HEX triplet: 9D, 4D and AA. RGB value is (157,77,170). Sum of RGB (Red+Green+Blue) = 157+77+170=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D4DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4DAA is #62B255. Grayscale: #6F6F6F. Windows color (decimal): -6468182 or 11160989. OLE color: 11160989.

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

Color convert

RGB 157 77 170 -
CMYK 0.08 0.55 0 0.33
HSL 291.61º 0.38% 0.48% -
HSV(B) 291.61º 0.55% 0.67% -
XYZ 23.81 15.38 39.74 -
YUV 111.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 157 77 170 0.08 0.55 0 0.33 291.61 0.38 0.48
Hex 9D 4D AA 8 37 0 21 124 26 30
Octal 235 115 252 10 67 0 41 444 46 60
Binary 10011101 1001101 10101010 1000 110111 0 100001 100100100 100110 110000

Color Harmonies of #9D4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4DAA

Black with #9D4DAA

Text Example


Text Example

White with #9D4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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