Html Css Color HEX #9B59CF Amethyst

📋 copy color: '#9B59CF'

red 155 ◦ green 89 ◦ blue 207

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

Shades of Amethyst #9B59CF

Tints of Amethyst #9B59CF

RGB

 RED value IS 155 (60.94% from 255) = 34.37%

 GREEN value IS 89 (35.16% from 255) = 19.73%

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

R = 34.37%
G = 19.73%
B = 45.9%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B59CF (or 0x9B59CF) is known color: Amethyst. HEX triplet: 9B, 59 and CF. RGB value is (155,89,207). Sum of RGB (Red+Green+Blue) = 155+89+207=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B59CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59CF is #64A630. Grayscale: #797979. Windows color (decimal): -6596145 or 13588891. OLE color: 13588891.

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

Color convert

RGB 155 89 207 -
CMYK 0.25 0.57 0 0.19
HSL 273.56º 0.55% 0.58% -
HSV(B) 273.56º 0.57% 0.81% -
XYZ 28.35 18.62 61.13 -
YUV 122.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 155 89 207 0.25 0.57 0 0.19 273.56 0.55 0.58
Hex 9B 59 CF 19 39 0 13 112 37 3A
Octal 233 131 317 31 71 0 23 422 67 72
Binary 10011011 1011001 11001111 11001 111001 0 10011 100010010 110111 111010

Color Harmonies of #9B59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B59CF

Black with #9B59CF

Text Example


Text Example

White with #9B59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,207); }

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

background-color css

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

 a { background-color: rgb(155,89,207); }

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

border-color css

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

 span { border-color: rgb(155,89,207); }

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