Html Css Color HEX #9D4AAA Violet Blue

📋 copy color: '#9D4AAA'

red 157 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #9D4AAA

Tints of Violet Blue #9D4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

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

R = 39.15%
G = 18.45%
B = 42.39%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D4AAA (or 0x9D4AAA) is known color: Violet Blue. HEX triplet: 9D, 4A and AA. RGB value is (157,74,170). Sum of RGB (Red+Green+Blue) = 157+74+170=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4AAA is #62B555. Grayscale: #6D6D6D. Windows color (decimal): -6468950 or 11160221. OLE color: 11160221.

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

Color convert

RGB 157 74 170 -
CMYK 0.08 0.56 0 0.33
HSL 291.88º 0.39% 0.48% -
HSV(B) 291.88º 0.56% 0.67% -
XYZ 23.61 14.97 39.67 -
YUV 109.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 157 74 170 0.08 0.56 0 0.33 291.88 0.39 0.48
Hex 9D 4A AA 8 38 0 21 124 27 30
Octal 235 112 252 10 70 0 41 444 47 60
Binary 10011101 1001010 10101010 1000 111000 0 100001 100100100 100111 110000

Color Harmonies of #9D4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4AAA

Black with #9D4AAA

Text Example


Text Example

White with #9D4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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