Html Css Color HEX #9D51EA Amethyst

📋 copy color: '#9D51EA'

red 157 ◦ green 81 ◦ blue 234

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

Shades of Amethyst #9D51EA

Tints of Amethyst #9D51EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 33.26%
G = 17.16%
B = 49.58%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D51EA (or 0x9D51EA) is known color: Amethyst. HEX triplet: 9D, 51 and EA. RGB value is (157,81,234). Sum of RGB (Red+Green+Blue) = 157+81+234=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D51EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D51EA is #62AE15. Grayscale: #787878. Windows color (decimal): -6467094 or 15356317. OLE color: 15356317.

HSL color Cylindrical-coordinate representation of color #9D51EA: hue angle of 269.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D51EA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 81 234 -
CMYK 0.33 0.65 0 0.08
HSL 269.8º 0.78% 0.62% -
HSV(B) 269.8º 0.65% 0.92% -
XYZ 31.7 18.99 79.84 -
YUV 121.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 157 81 234 0.33 0.65 0 0.08 269.8 0.78 0.62
Hex 9D 51 EA 21 41 0 8 10E 4E 3E
Octal 235 121 352 41 101 0 10 416 116 76
Binary 10011101 1010001 11101010 100001 1000001 0 1000 100001110 1001110 111110

Color Harmonies of #9D51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D51EA

Black with #9D51EA

Text Example


Text Example

White with #9D51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,81,234); }

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

background-color css

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

 a { background-color: rgb(157,81,234); }

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

border-color css

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

 span { border-color: rgb(157,81,234); }

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