Html Css Color HEX #9F4CDE Amethyst

📋 copy color: '#9F4CDE'

red 159 ◦ green 76 ◦ blue 222

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

Shades of Amethyst #9F4CDE

Tints of Amethyst #9F4CDE

RGB

 RED value IS 159 (62.5% from 255) = 34.79%

 GREEN value IS 76 (30.08% from 255) = 16.63%

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 34.79%
G = 16.63%
B = 48.58%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F4CDE (or 0x9F4CDE) is known color: Amethyst. HEX triplet: 9F, 4C and DE. RGB value is (159,76,222). Sum of RGB (Red+Green+Blue) = 159+76+222=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F4CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4CDE is #60B321. Grayscale: #747474. Windows color (decimal): -6337314 or 14568607. OLE color: 14568607.

HSL color Cylindrical-coordinate representation of color #9F4CDE: hue angle of 274.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F4CDE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 76 222 -
CMYK 0.28 0.66 0 0.13
HSL 274.11º 0.69% 0.58% -
HSV(B) 274.11º 0.66% 0.87% -
XYZ 30.07 17.81 70.96 -
YUV 117.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 159 76 222 0.28 0.66 0 0.13 274.11 0.69 0.58
Hex 9F 4C DE 1C 42 0 D 112 45 3A
Octal 237 114 336 34 102 0 15 422 105 72
Binary 10011111 1001100 11011110 11100 1000010 0 1101 100010010 1000101 111010

Color Harmonies of #9F4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4CDE

Black with #9F4CDE

Text Example


Text Example

White with #9F4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,76,222); }

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

background-color css

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

 a { background-color: rgb(159,76,222); }

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

border-color css

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

 span { border-color: rgb(159,76,222); }

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