Html Css Color HEX #9B4DDF Amethyst

📋 copy color: '#9B4DDF'

red 155 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #9B4DDF

Tints of Amethyst #9B4DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 34.07%
G = 16.92%
B = 49.01%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B4DDF (or 0x9B4DDF) is known color: Amethyst. HEX triplet: 9B, 4D and DF. RGB value is (155,77,223). Sum of RGB (Red+Green+Blue) = 155+77+223=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DDF is #64B220. Grayscale: #747474. Windows color (decimal): -6599201 or 14634395. OLE color: 14634395.

HSL color Cylindrical-coordinate representation of color #9B4DDF: hue angle of 272.05º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B4DDF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 77 223 -
CMYK 0.30 0.65 0 0.13
HSL 272.05º 0.7% 0.59% -
HSV(B) 272.05º 0.65% 0.87% -
XYZ 29.49 17.6 71.66 -
YUV 116.97 187.84 155.13 -
System Red Green Blue C M Y K H S L
Decimal 155 77 223 0.30 0.65 0 0.13 272.05 0.7 0.59
Hex 9B 4D DF 1E 41 0 D 110 46 3B
Octal 233 115 337 36 101 0 15 420 106 73
Binary 10011011 1001101 11011111 11110 1000001 0 1101 100010000 1000110 111011

Color Harmonies of #9B4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4DDF

Black with #9B4DDF

Text Example


Text Example

White with #9B4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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