Html Css Color HEX #9B5ED9 Amethyst

📋 copy color: '#9B5ED9'

red 155 ◦ green 94 ◦ blue 217

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

Shades of Amethyst #9B5ED9

Tints of Amethyst #9B5ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.17%

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

R = 33.26%
G = 20.17%
B = 46.57%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B5ED9 (or 0x9B5ED9) is known color: Amethyst. HEX triplet: 9B, 5E and D9. RGB value is (155,94,217). Sum of RGB (Red+Green+Blue) = 155+94+217=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #9B5ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ED9 is #64A126. Grayscale: #7D7D7D. Windows color (decimal): -6594855 or 14245531. OLE color: 14245531.

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

Color convert

RGB 155 94 217 -
CMYK 0.29 0.57 0 0.15
HSL 269.76º 0.62% 0.61% -
HSV(B) 269.76º 0.57% 0.85% -
XYZ 30.04 19.98 67.92 -
YUV 126.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 155 94 217 0.29 0.57 0 0.15 269.76 0.62 0.61
Hex 9B 5E D9 1D 39 0 F 10E 3E 3D
Octal 233 136 331 35 71 0 17 416 76 75
Binary 10011011 1011110 11011001 11101 111001 0 1111 100001110 111110 111101

Color Harmonies of #9B5ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5ED9

Black with #9B5ED9

Text Example


Text Example

White with #9B5ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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