Html Css Color HEX #9E5FCC Amethyst

📋 copy color: '#9E5FCC'

red 158 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #9E5FCC

Tints of Amethyst #9E5FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 34.57%
G = 20.79%
B = 44.64%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E5FCC (or 0x9E5FCC) is known color: Amethyst. HEX triplet: 9E, 5F and CC. RGB value is (158,95,204). Sum of RGB (Red+Green+Blue) = 158+95+204=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5FCC is #61A033. Grayscale: #7D7D7D. Windows color (decimal): -6398004 or 13393822. OLE color: 13393822.

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

Color convert

RGB 158 95 204 -
CMYK 0.23 0.53 0 0.2
HSL 274.68º 0.52% 0.59% -
HSV(B) 274.68º 0.53% 0.8% -
XYZ 29.09 19.81 59.42 -
YUV 126.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 158 95 204 0.23 0.53 0 0.2 274.68 0.52 0.59
Hex 9E 5F CC 17 35 0 14 113 34 3B
Octal 236 137 314 27 65 0 24 423 64 73
Binary 10011110 1011111 11001100 10111 110101 0 10100 100010011 110100 111011

Color Harmonies of #9E5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5FCC

Black with #9E5FCC

Text Example


Text Example

White with #9E5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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