Html Css Color HEX #9D54E6 Amethyst

📋 copy color: '#9D54E6'

red 157 ◦ green 84 ◦ blue 230

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

Shades of Amethyst #9D54E6

Tints of Amethyst #9D54E6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.83%

 BLUE value IS 230 (90.23% from 255) = 48.83%

R = 33.33%
G = 17.83%
B = 48.83%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9D54E6 (or 0x9D54E6) is known color: Amethyst. HEX triplet: 9D, 54 and E6. RGB value is (157,84,230). Sum of RGB (Red+Green+Blue) = 157+84+230=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #9D54E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D54E6 is #62AB19. Grayscale: #797979. Windows color (decimal): -6466330 or 15094941. OLE color: 15094941.

HSL color Cylindrical-coordinate representation of color #9D54E6: hue angle of 270º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D54E6 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 84 230 -
CMYK 0.32 0.63 0 0.10
HSL 270º 0.74% 0.62% -
HSV(B) 270º 0.63% 0.9% -
XYZ 31.36 19.22 76.92 -
YUV 122.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 157 84 230 0.32 0.63 0 0.10 270 0.74 0.62
Hex 9D 54 E6 20 3F 0 A 10E 4A 3E
Octal 235 124 346 40 77 0 12 416 112 76
Binary 10011101 1010100 11100110 100000 111111 0 1010 100001110 1001010 111110

Color Harmonies of #9D54E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D54E6

Black with #9D54E6

Text Example


Text Example

White with #9D54E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,84,230); }

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

background-color css

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

 a { background-color: rgb(157,84,230); }

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

border-color css

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

 span { border-color: rgb(157,84,230); }

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