Html Css Color HEX #9B5AD6 Amethyst

📋 copy color: '#9B5AD6'

red 155 ◦ green 90 ◦ blue 214

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

Shades of Amethyst #9B5AD6

Tints of Amethyst #9B5AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

 BLUE value IS 214 (83.98% from 255) = 46.62%

R = 33.77%
G = 19.61%
B = 46.62%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9B5AD6 (or 0x9B5AD6) is known color: Amethyst. HEX triplet: 9B, 5A and D6. RGB value is (155,90,214). Sum of RGB (Red+Green+Blue) = 155+90+214=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B5AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5AD6 is #64A529. Grayscale: #7B7B7B. Windows color (decimal): -6595882 or 14047899. OLE color: 14047899.

HSL color Cylindrical-coordinate representation of color #9B5AD6: hue angle of 271.45º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B5AD6 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 90 214 -
CMYK 0.28 0.58 0 0.16
HSL 271.45º 0.6% 0.6% -
HSV(B) 271.45º 0.58% 0.84% -
XYZ 29.31 19.14 65.77 -
YUV 123.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 155 90 214 0.28 0.58 0 0.16 271.45 0.6 0.6
Hex 9B 5A D6 1C 3A 0 10 10F 3C 3C
Octal 233 132 326 34 72 0 20 417 74 74
Binary 10011011 1011010 11010110 11100 111010 0 10000 100001111 111100 111100

Color Harmonies of #9B5AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5AD6

Black with #9B5AD6

Text Example


Text Example

White with #9B5AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,214); }

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

background-color css

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

 a { background-color: rgb(155,90,214); }

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

border-color css

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

 span { border-color: rgb(155,90,214); }

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