Html Css Color HEX #9B5DD7 Amethyst

📋 copy color: '#9B5DD7'

red 155 ◦ green 93 ◦ blue 215

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

Shades of Amethyst #9B5DD7

Tints of Amethyst #9B5DD7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 33.48%
G = 20.09%
B = 46.44%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9B5DD7 (or 0x9B5DD7) is known color: Amethyst. HEX triplet: 9B, 5D and D7. RGB value is (155,93,215). Sum of RGB (Red+Green+Blue) = 155+93+215=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B5DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5DD7 is #64A228. Grayscale: #7D7D7D. Windows color (decimal): -6595113 or 14114203. OLE color: 14114203.

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

Color convert

RGB 155 93 215 -
CMYK 0.28 0.57 0 0.16
HSL 270.49º 0.6% 0.6% -
HSV(B) 270.49º 0.57% 0.84% -
XYZ 29.7 19.7 66.53 -
YUV 125.45 178.54 149.08 -
System Red Green Blue C M Y K H S L
Decimal 155 93 215 0.28 0.57 0 0.16 270.49 0.6 0.6
Hex 9B 5D D7 1C 39 0 10 10E 3C 3C
Octal 233 135 327 34 71 0 20 416 74 74
Binary 10011011 1011101 11010111 11100 111001 0 10000 100001110 111100 111100

Color Harmonies of #9B5DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5DD7

Black with #9B5DD7

Text Example


Text Example

White with #9B5DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,215); }

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

background-color css

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

 a { background-color: rgb(155,93,215); }

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

border-color css

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

 span { border-color: rgb(155,93,215); }

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