Html Css Color HEX #9F52EB Amethyst

📋 copy color: '#9F52EB'

red 159 ◦ green 82 ◦ blue 235

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

Shades of Amethyst #9F52EB

Tints of Amethyst #9F52EB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.23%

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

R = 33.4%
G = 17.23%
B = 49.37%

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

#9F52EB (or 0x9F52EB) is known color: Amethyst. HEX triplet: 9F, 52 and EB. RGB value is (159,82,235). Sum of RGB (Red+Green+Blue) = 159+82+235=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F52EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F52EB is #60AD14. Grayscale: #797979. Windows color (decimal): -6335765 or 15422111. OLE color: 15422111.

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

Color convert

RGB 159 82 235 -
CMYK 0.32 0.65 0 0.08
HSL 270.2º 0.79% 0.62% -
HSV(B) 270.2º 0.65% 0.92% -
XYZ 32.31 19.4 80.64 -
YUV 122.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 159 82 235 0.32 0.65 0 0.08 270.2 0.79 0.62
Hex 9F 52 EB 20 41 0 8 10E 4F 3E
Octal 237 122 353 40 101 0 10 416 117 76
Binary 10011111 1010010 11101011 100000 1000001 0 1000 100001110 1001111 111110

Color Harmonies of #9F52EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52EB

Black with #9F52EB

Text Example


Text Example

White with #9F52EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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