Html Css Color HEX #9B5BDC Amethyst

📋 copy color: '#9B5BDC'

red 155 ◦ green 91 ◦ blue 220

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

Shades of Amethyst #9B5BDC

Tints of Amethyst #9B5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.53%

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

R = 33.26%
G = 19.53%
B = 47.21%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B5BDC (or 0x9B5BDC) is known color: Amethyst. HEX triplet: 9B, 5B and DC. RGB value is (155,91,220). Sum of RGB (Red+Green+Blue) = 155+91+220=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BDC is #64A423. Grayscale: #7C7C7C. Windows color (decimal): -6595620 or 14441371. OLE color: 14441371.

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

Color convert

RGB 155 91 220 -
CMYK 0.30 0.59 0 0.14
HSL 269.77º 0.65% 0.61% -
HSV(B) 269.77º 0.59% 0.86% -
XYZ 30.18 19.62 69.91 -
YUV 124.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 155 91 220 0.30 0.59 0 0.14 269.77 0.65 0.61
Hex 9B 5B DC 1E 3B 0 E 10E 41 3D
Octal 233 133 334 36 73 0 16 416 101 75
Binary 10011011 1011011 11011100 11110 111011 0 1110 100001110 1000001 111101

Color Harmonies of #9B5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BDC

Black with #9B5BDC

Text Example


Text Example

White with #9B5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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