Html Css Color HEX #9B5ACD Amethyst

📋 copy color: '#9B5ACD'

red 155 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #9B5ACD

Tints of Amethyst #9B5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 34.44%
G = 20%
B = 45.56%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B5ACD (or 0x9B5ACD) is known color: Amethyst. HEX triplet: 9B, 5A and CD. RGB value is (155,90,205). Sum of RGB (Red+Green+Blue) = 155+90+205=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B5ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ACD is #64A532. Grayscale: #7A7A7A. Windows color (decimal): -6595891 or 13458075. OLE color: 13458075.

HSL color Cylindrical-coordinate representation of color #9B5ACD: hue angle of 273.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B5ACD is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 90 205 -
CMYK 0.24 0.56 0 0.20
HSL 273.91º 0.53% 0.58% -
HSV(B) 273.91º 0.56% 0.8% -
XYZ 28.19 18.69 59.88 -
YUV 122.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 155 90 205 0.24 0.56 0 0.20 273.91 0.53 0.58
Hex 9B 5A CD 18 38 0 14 112 35 3A
Octal 233 132 315 30 70 0 24 422 65 72
Binary 10011011 1011010 11001101 11000 111000 0 10100 100010010 110101 111010

Color Harmonies of #9B5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5ACD

Black with #9B5ACD

Text Example


Text Example

White with #9B5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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