Html Css Color HEX #9D53AA Violet Blue

📋 copy color: '#9D53AA'

red 157 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #9D53AA

Tints of Violet Blue #9D53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.24%

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

R = 38.29%
G = 20.24%
B = 41.46%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D53AA (or 0x9D53AA) is known color: Violet Blue. HEX triplet: 9D, 53 and AA. RGB value is (157,83,170). Sum of RGB (Red+Green+Blue) = 157+83+170=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D53AA is #62AC55. Grayscale: #727272. Windows color (decimal): -6466646 or 11162525. OLE color: 11162525.

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

Color convert

RGB 157 83 170 -
CMYK 0.08 0.51 0 0.33
HSL 291.03º 0.34% 0.5% -
HSV(B) 291.03º 0.51% 0.67% -
XYZ 24.25 16.26 39.89 -
YUV 115.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 157 83 170 0.08 0.51 0 0.33 291.03 0.34 0.5
Hex 9D 53 AA 8 33 0 21 123 22 32
Octal 235 123 252 10 63 0 41 443 42 62
Binary 10011101 1010011 10101010 1000 110011 0 100001 100100011 100010 110010

Color Harmonies of #9D53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D53AA

Black with #9D53AA

Text Example


Text Example

White with #9D53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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