Html Css Color HEX #9D4CAA Violet Blue

📋 copy color: '#9D4CAA'

red 157 ◦ green 76 ◦ blue 170

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

Shades of Violet Blue #9D4CAA

Tints of Violet Blue #9D4CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.86%

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

R = 38.96%
G = 18.86%
B = 42.18%

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

#9D4CAA (or 0x9D4CAA) is known color: Violet Blue. HEX triplet: 9D, 4C and AA. RGB value is (157,76,170). Sum of RGB (Red+Green+Blue) = 157+76+170=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4CAA is #62B355. Grayscale: #6E6E6E. Windows color (decimal): -6468438 or 11160733. OLE color: 11160733.

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

Color convert

RGB 157 76 170 -
CMYK 0.08 0.55 0 0.33
HSL 291.7º 0.38% 0.48% -
HSV(B) 291.7º 0.55% 0.67% -
XYZ 23.74 15.24 39.72 -
YUV 110.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 157 76 170 0.08 0.55 0 0.33 291.7 0.38 0.48
Hex 9D 4C AA 8 37 0 21 124 26 30
Octal 235 114 252 10 67 0 41 444 46 60
Binary 10011101 1001100 10101010 1000 110111 0 100001 100100100 100110 110000

Color Harmonies of #9D4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4CAA

Black with #9D4CAA

Text Example


Text Example

White with #9D4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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