Html Css Color HEX #9B5CD3 Amethyst

📋 copy color: '#9B5CD3'

red 155 ◦ green 92 ◦ blue 211

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

Shades of Amethyst #9B5CD3

Tints of Amethyst #9B5CD3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

 BLUE value IS 211 (82.81% from 255) = 46.07%

R = 33.84%
G = 20.09%
B = 46.07%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9B5CD3 (or 0x9B5CD3) is known color: Amethyst. HEX triplet: 9B, 5C and D3. RGB value is (155,92,211). Sum of RGB (Red+Green+Blue) = 155+92+211=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #9B5CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CD3 is #64A32C. Grayscale: #7B7B7B. Windows color (decimal): -6595373 or 13851803. OLE color: 13851803.

HSL color Cylindrical-coordinate representation of color #9B5CD3: hue angle of 271.76º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B5CD3 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 92 211 -
CMYK 0.27 0.56 0 0.17
HSL 271.76º 0.57% 0.59% -
HSV(B) 271.76º 0.56% 0.83% -
XYZ 29.1 19.33 63.82 -
YUV 124.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 155 92 211 0.27 0.56 0 0.17 271.76 0.57 0.59
Hex 9B 5C D3 1B 38 0 11 110 39 3B
Octal 233 134 323 33 70 0 21 420 71 73
Binary 10011011 1011100 11010011 11011 111000 0 10001 100010000 111001 111011

Color Harmonies of #9B5CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CD3

Black with #9B5CD3

Text Example


Text Example

White with #9B5CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,92,211); }

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

background-color css

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

 a { background-color: rgb(155,92,211); }

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

border-color css

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

 span { border-color: rgb(155,92,211); }

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