Html Css Color HEX #9E5BCF Amethyst

📋 copy color: '#9E5BCF'

red 158 ◦ green 91 ◦ blue 207

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

Shades of Amethyst #9E5BCF

Tints of Amethyst #9E5BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.96%

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 34.65%
G = 19.96%
B = 45.39%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E5BCF (or 0x9E5BCF) is known color: Amethyst. HEX triplet: 9E, 5B and CF. RGB value is (158,91,207). Sum of RGB (Red+Green+Blue) = 158+91+207=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E5BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5BCF is #61A430. Grayscale: #7B7B7B. Windows color (decimal): -6399025 or 13589406. OLE color: 13589406.

HSL color Cylindrical-coordinate representation of color #9E5BCF: hue angle of 274.66º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E5BCF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 91 207 -
CMYK 0.24 0.56 0 0.19
HSL 274.66º 0.55% 0.58% -
HSV(B) 274.66º 0.56% 0.81% -
XYZ 29.1 19.26 61.21 -
YUV 124.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 158 91 207 0.24 0.56 0 0.19 274.66 0.55 0.58
Hex 9E 5B CF 18 38 0 13 113 37 3A
Octal 236 133 317 30 70 0 23 423 67 72
Binary 10011110 1011011 11001111 11000 111000 0 10011 100010011 110111 111010

Color Harmonies of #9E5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5BCF

Black with #9E5BCF

Text Example


Text Example

White with #9E5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,91,207); }

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

background-color css

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

 a { background-color: rgb(158,91,207); }

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

border-color css

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

 span { border-color: rgb(158,91,207); }

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