Html Css Color HEX #9B59DB Amethyst

📋 copy color: '#9B59DB'

red 155 ◦ green 89 ◦ blue 219

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

Shades of Amethyst #9B59DB

Tints of Amethyst #9B59DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 33.48%
G = 19.22%
B = 47.3%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B59DB (or 0x9B59DB) is known color: Amethyst. HEX triplet: 9B, 59 and DB. RGB value is (155,89,219). Sum of RGB (Red+Green+Blue) = 155+89+219=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59DB is #64A624. Grayscale: #7B7B7B. Windows color (decimal): -6596133 or 14375323. OLE color: 14375323.

HSL color Cylindrical-coordinate representation of color #9B59DB: hue angle of 270.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B59DB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 89 219 -
CMYK 0.29 0.59 0 0.14
HSL 270.46º 0.64% 0.6% -
HSV(B) 270.46º 0.59% 0.86% -
XYZ 29.88 19.23 69.15 -
YUV 123.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 155 89 219 0.29 0.59 0 0.14 270.46 0.64 0.6
Hex 9B 59 DB 1D 3B 0 E 10E 40 3C
Octal 233 131 333 35 73 0 16 416 100 74
Binary 10011011 1011001 11011011 11101 111011 0 1110 100001110 1000000 111100

Color Harmonies of #9B59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B59DB

Black with #9B59DB

Text Example


Text Example

White with #9B59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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