Html Css Color HEX #9B5BDB Amethyst

📋 copy color: '#9B5BDB'

red 155 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #9B5BDB

Tints of Amethyst #9B5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.57%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 33.33%
G = 19.57%
B = 47.1%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B5BDB (or 0x9B5BDB) is known color: Amethyst. HEX triplet: 9B, 5B and DB. RGB value is (155,91,219). Sum of RGB (Red+Green+Blue) = 155+91+219=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B5BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BDB is #64A424. Grayscale: #7C7C7C. Windows color (decimal): -6595621 or 14375835. OLE color: 14375835.

HSL color Cylindrical-coordinate representation of color #9B5BDB: hue angle of 270º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B5BDB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 91 219 -
CMYK 0.29 0.58 0 0.14
HSL 270º 0.64% 0.61% -
HSV(B) 270º 0.58% 0.86% -
XYZ 30.04 19.57 69.21 -
YUV 124.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 155 91 219 0.29 0.58 0 0.14 270 0.64 0.61
Hex 9B 5B DB 1D 3A 0 E 10E 40 3D
Octal 233 133 333 35 72 0 16 416 100 75
Binary 10011011 1011011 11011011 11101 111010 0 1110 100001110 1000000 111101

Color Harmonies of #9B5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BDB

Black with #9B5BDB

Text Example


Text Example

White with #9B5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,91,219); }

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

background-color css

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

 a { background-color: rgb(155,91,219); }

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

border-color css

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

 span { border-color: rgb(155,91,219); }

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