Html Css Color HEX #9D55EA Amethyst

📋 copy color: '#9D55EA'

red 157 ◦ green 85 ◦ blue 234

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

Shades of Amethyst #9D55EA

Tints of Amethyst #9D55EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.86%

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

R = 32.98%
G = 17.86%
B = 49.16%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D55EA (or 0x9D55EA) is known color: Amethyst. HEX triplet: 9D, 55 and EA. RGB value is (157,85,234). Sum of RGB (Red+Green+Blue) = 157+85+234=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D55EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D55EA is #62AA15. Grayscale: #7A7A7A. Windows color (decimal): -6466070 or 15357341. OLE color: 15357341.

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

Color convert

RGB 157 85 234 -
CMYK 0.33 0.64 0 0.08
HSL 268.99º 0.78% 0.63% -
HSV(B) 268.99º 0.64% 0.92% -
XYZ 32 19.61 79.94 -
YUV 123.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 157 85 234 0.33 0.64 0 0.08 268.99 0.78 0.63
Hex 9D 55 EA 21 40 0 8 10D 4E 3F
Octal 235 125 352 41 100 0 10 415 116 77
Binary 10011101 1010101 11101010 100001 1000000 0 1000 100001101 1001110 111111

Color Harmonies of #9D55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D55EA

Black with #9D55EA

Text Example


Text Example

White with #9D55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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