Html Css Color HEX #9B5AD9 Amethyst

📋 copy color: '#9B5AD9'

red 155 ◦ green 90 ◦ blue 217

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

Shades of Amethyst #9B5AD9

Tints of Amethyst #9B5AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.97%

R = 33.55%
G = 19.48%
B = 46.97%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B5AD9 (or 0x9B5AD9) is known color: Amethyst. HEX triplet: 9B, 5A and D9. RGB value is (155,90,217). Sum of RGB (Red+Green+Blue) = 155+90+217=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #9B5AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5AD9 is #64A526. Grayscale: #7B7B7B. Windows color (decimal): -6595879 or 14244507. OLE color: 14244507.

HSL color Cylindrical-coordinate representation of color #9B5AD9: hue angle of 270.71º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B5AD9 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 90 217 -
CMYK 0.29 0.59 0 0.15
HSL 270.71º 0.63% 0.6% -
HSV(B) 270.71º 0.59% 0.85% -
XYZ 29.7 19.29 67.8 -
YUV 123.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 155 90 217 0.29 0.59 0 0.15 270.71 0.63 0.6
Hex 9B 5A D9 1D 3B 0 F 10F 3F 3C
Octal 233 132 331 35 73 0 17 417 77 74
Binary 10011011 1011010 11011001 11101 111011 0 1111 100001111 111111 111100

Color Harmonies of #9B5AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5AD9

Black with #9B5AD9

Text Example


Text Example

White with #9B5AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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