Html Css Color HEX #9D51EC Amethyst

📋 copy color: '#9D51EC'

red 157 ◦ green 81 ◦ blue 236

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

Shades of Amethyst #9D51EC

Tints of Amethyst #9D51EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 33.12%
G = 17.09%
B = 49.79%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D51EC (or 0x9D51EC) is known color: Amethyst. HEX triplet: 9D, 51 and EC. RGB value is (157,81,236). Sum of RGB (Red+Green+Blue) = 157+81+236=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D51EC is #62AE13. Grayscale: #787878. Windows color (decimal): -6467092 or 15487389. OLE color: 15487389.

HSL color Cylindrical-coordinate representation of color #9D51EC: hue angle of 269.42º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D51EC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 81 236 -
CMYK 0.33 0.66 0 0.07
HSL 269.42º 0.8% 0.62% -
HSV(B) 269.42º 0.66% 0.93% -
XYZ 31.99 19.11 81.36 -
YUV 121.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 157 81 236 0.33 0.66 0 0.07 269.42 0.8 0.62
Hex 9D 51 EC 21 42 0 7 10D 50 3E
Octal 235 121 354 41 102 0 7 415 120 76
Binary 10011101 1010001 11101100 100001 1000010 0 111 100001101 1010000 111110

Color Harmonies of #9D51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D51EC

Black with #9D51EC

Text Example


Text Example

White with #9D51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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