Html Css Color HEX #9D5ACA Amethyst

📋 copy color: '#9D5ACA'

red 157 ◦ green 90 ◦ blue 202

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

Shades of Amethyst #9D5ACA

Tints of Amethyst #9D5ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 34.97%
G = 20.04%
B = 44.99%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D5ACA (or 0x9D5ACA) is known color: Amethyst. HEX triplet: 9D, 5A and CA. RGB value is (157,90,202). Sum of RGB (Red+Green+Blue) = 157+90+202=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D5ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ACA is #62A535. Grayscale: #7A7A7A. Windows color (decimal): -6464822 or 13261469. OLE color: 13261469.

HSL color Cylindrical-coordinate representation of color #9D5ACA: hue angle of 275.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D5ACA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 90 202 -
CMYK 0.22 0.55 0 0.21
HSL 275.89º 0.51% 0.57% -
HSV(B) 275.89º 0.55% 0.79% -
XYZ 28.22 18.74 58.01 -
YUV 122.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 157 90 202 0.22 0.55 0 0.21 275.89 0.51 0.57
Hex 9D 5A CA 16 37 0 15 114 33 39
Octal 235 132 312 26 67 0 25 424 63 71
Binary 10011101 1011010 11001010 10110 110111 0 10101 100010100 110011 111001

Color Harmonies of #9D5ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5ACA

Black with #9D5ACA

Text Example


Text Example

White with #9D5ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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