Html Css Color HEX #9B4CDC Amethyst

📋 copy color: '#9B4CDC'

red 155 ◦ green 76 ◦ blue 220

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

Shades of Amethyst #9B4CDC

Tints of Amethyst #9B4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 34.37%
G = 16.85%
B = 48.78%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B4CDC (or 0x9B4CDC) is known color: Amethyst. HEX triplet: 9B, 4C and DC. RGB value is (155,76,220). Sum of RGB (Red+Green+Blue) = 155+76+220=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B4CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4CDC is #64B323. Grayscale: #737373. Windows color (decimal): -6599460 or 14437531. OLE color: 14437531.

HSL color Cylindrical-coordinate representation of color #9B4CDC: hue angle of 272.92º degrees, saturation: 0.67, 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 #9B4CDC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 76 220 -
CMYK 0.30 0.65 0 0.14
HSL 272.92º 0.67% 0.58% -
HSV(B) 272.92º 0.65% 0.86% -
XYZ 29.02 17.3 69.52 -
YUV 116.04 186.67 155.79 -
System Red Green Blue C M Y K H S L
Decimal 155 76 220 0.30 0.65 0 0.14 272.92 0.67 0.58
Hex 9B 4C DC 1E 41 0 E 111 43 3A
Octal 233 114 334 36 101 0 16 421 103 72
Binary 10011011 1001100 11011100 11110 1000001 0 1110 100010001 1000011 111010

Color Harmonies of #9B4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4CDC

Black with #9B4CDC

Text Example


Text Example

White with #9B4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,76,220); }

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

background-color css

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

 a { background-color: rgb(155,76,220); }

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

border-color css

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

 span { border-color: rgb(155,76,220); }

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