Html Css Color HEX #9E5FCD Amethyst

📋 copy color: '#9E5FCD'

red 158 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #9E5FCD

Tints of Amethyst #9E5FCD

RGB

 RED value IS 158 (62.11% from 255) = 34.5%

 GREEN value IS 95 (37.5% from 255) = 20.74%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 34.5%
G = 20.74%
B = 44.76%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E5FCD (or 0x9E5FCD) is known color: Amethyst. HEX triplet: 9E, 5F and CD. RGB value is (158,95,205). Sum of RGB (Red+Green+Blue) = 158+95+205=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5FCD is #61A032. Grayscale: #7D7D7D. Windows color (decimal): -6398003 or 13459358. OLE color: 13459358.

HSL color Cylindrical-coordinate representation of color #9E5FCD: hue angle of 274.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5FCD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 95 205 -
CMYK 0.23 0.54 0 0.20
HSL 274.36º 0.52% 0.59% -
HSV(B) 274.36º 0.54% 0.8% -
XYZ 29.21 19.86 60.05 -
YUV 126.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 158 95 205 0.23 0.54 0 0.20 274.36 0.52 0.59
Hex 9E 5F CD 17 36 0 14 112 34 3B
Octal 236 137 315 27 66 0 24 422 64 73
Binary 10011110 1011111 11001101 10111 110110 0 10100 100010010 110100 111011

Color Harmonies of #9E5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5FCD

Black with #9E5FCD

Text Example


Text Example

White with #9E5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,95,205); }

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

background-color css

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

 a { background-color: rgb(158,95,205); }

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

border-color css

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

 span { border-color: rgb(158,95,205); }

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