Html Css Color HEX #9F55EB Amethyst

📋 copy color: '#9F55EB'

red 159 ◦ green 85 ◦ blue 235

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

Shades of Amethyst #9F55EB

Tints of Amethyst #9F55EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 33.19%
G = 17.75%
B = 49.06%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F55EB (or 0x9F55EB) is known color: Amethyst. HEX triplet: 9F, 55 and EB. RGB value is (159,85,235). Sum of RGB (Red+Green+Blue) = 159+85+235=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F55EB is #60AA14. Grayscale: #7B7B7B. Windows color (decimal): -6334997 or 15422879. OLE color: 15422879.

HSL color Cylindrical-coordinate representation of color #9F55EB: hue angle of 269.6º degrees, saturation: 0.79, 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 #9F55EB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 85 235 -
CMYK 0.32 0.64 0 0.08
HSL 269.6º 0.79% 0.63% -
HSV(B) 269.6º 0.64% 0.92% -
XYZ 32.54 19.87 80.72 -
YUV 124.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 159 85 235 0.32 0.64 0 0.08 269.6 0.79 0.63
Hex 9F 55 EB 20 40 0 8 10E 4F 3F
Octal 237 125 353 40 100 0 10 416 117 77
Binary 10011111 1010101 11101011 100000 1000000 0 1000 100001110 1001111 111111

Color Harmonies of #9F55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55EB

Black with #9F55EB

Text Example


Text Example

White with #9F55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,85,235); }

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

background-color css

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

 a { background-color: rgb(159,85,235); }

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

border-color css

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

 span { border-color: rgb(159,85,235); }

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