Html Css Color HEX #9B4DDB Amethyst

📋 copy color: '#9B4DDB'

red 155 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #9B4DDB

Tints of Amethyst #9B4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

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

R = 34.37%
G = 17.07%
B = 48.56%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B4DDB (or 0x9B4DDB) is known color: Amethyst. HEX triplet: 9B, 4D and DB. RGB value is (155,77,219). Sum of RGB (Red+Green+Blue) = 155+77+219=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DDB is #64B224. Grayscale: #747474. Windows color (decimal): -6599205 or 14372251. OLE color: 14372251.

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

Color convert

RGB 155 77 219 -
CMYK 0.29 0.65 0 0.14
HSL 272.96º 0.66% 0.58% -
HSV(B) 272.96º 0.65% 0.86% -
XYZ 28.96 17.39 68.85 -
YUV 116.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 155 77 219 0.29 0.65 0 0.14 272.96 0.66 0.58
Hex 9B 4D DB 1D 41 0 E 111 42 3A
Octal 233 115 333 35 101 0 16 421 102 72
Binary 10011011 1001101 11011011 11101 1000001 0 1110 100010001 1000010 111010

Color Harmonies of #9B4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4DDB

Black with #9B4DDB

Text Example


Text Example

White with #9B4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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