Html Css Color HEX #9D50E9 Amethyst

📋 copy color: '#9D50E9'

red 157 ◦ green 80 ◦ blue 233

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

Shades of Amethyst #9D50E9

Tints of Amethyst #9D50E9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.02%

 BLUE value IS 233 (91.41% from 255) = 49.57%

R = 33.4%
G = 17.02%
B = 49.57%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9D50E9 (or 0x9D50E9) is known color: Amethyst. HEX triplet: 9D, 50 and E9. RGB value is (157,80,233). Sum of RGB (Red+Green+Blue) = 157+80+233=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #9D50E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D50E9 is #62AF16. Grayscale: #777777. Windows color (decimal): -6467351 or 15290525. OLE color: 15290525.

HSL color Cylindrical-coordinate representation of color #9D50E9: hue angle of 270.2º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D50E9 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 80 233 -
CMYK 0.33 0.66 0 0.09
HSL 270.2º 0.78% 0.61% -
HSV(B) 270.2º 0.66% 0.91% -
XYZ 31.48 18.79 79.06 -
YUV 120.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 157 80 233 0.33 0.66 0 0.09 270.2 0.78 0.61
Hex 9D 50 E9 21 42 0 9 10E 4E 3D
Octal 235 120 351 41 102 0 11 416 116 75
Binary 10011101 1010000 11101001 100001 1000010 0 1001 100001110 1001110 111101

Color Harmonies of #9D50E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D50E9

Black with #9D50E9

Text Example


Text Example

White with #9D50E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,80,233); }

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

background-color css

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

 a { background-color: rgb(157,80,233); }

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

border-color css

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

 span { border-color: rgb(157,80,233); }

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