Html Css Color HEX #9F53EB Amethyst

📋 copy color: '#9F53EB'

red 159 ◦ green 83 ◦ blue 235

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

Shades of Amethyst #9F53EB

Tints of Amethyst #9F53EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 33.33%
G = 17.4%
B = 49.27%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F53EB (or 0x9F53EB) is known color: Amethyst. HEX triplet: 9F, 53 and EB. RGB value is (159,83,235). Sum of RGB (Red+Green+Blue) = 159+83+235=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F53EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F53EB is #60AC14. Grayscale: #7A7A7A. Windows color (decimal): -6335509 or 15422367. OLE color: 15422367.

HSL color Cylindrical-coordinate representation of color #9F53EB: hue angle of 270º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F53EB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 83 235 -
CMYK 0.32 0.65 0 0.08
HSL 270º 0.79% 0.62% -
HSV(B) 270º 0.65% 0.92% -
XYZ 32.39 19.56 80.66 -
YUV 123.05 191.18 153.64 -
System Red Green Blue C M Y K H S L
Decimal 159 83 235 0.32 0.65 0 0.08 270 0.79 0.62
Hex 9F 53 EB 20 41 0 8 10E 4F 3E
Octal 237 123 353 40 101 0 10 416 117 76
Binary 10011111 1010011 11101011 100000 1000001 0 1000 100001110 1001111 111110

Color Harmonies of #9F53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F53EB

Black with #9F53EB

Text Example


Text Example

White with #9F53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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