Html Css Color HEX #9B5ADB Amethyst

📋 copy color: '#9B5ADB'

red 155 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #9B5ADB

Tints of Amethyst #9B5ADB

RGB

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

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

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

R = 33.41%
G = 19.4%
B = 47.2%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B5ADB (or 0x9B5ADB) is known color: Amethyst. HEX triplet: 9B, 5A and DB. RGB value is (155,90,219). Sum of RGB (Red+Green+Blue) = 155+90+219=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ADB is #64A524. Grayscale: #7B7B7B. Windows color (decimal): -6595877 or 14375579. OLE color: 14375579.

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

Color convert

RGB 155 90 219 -
CMYK 0.29 0.59 0 0.14
HSL 270.23º 0.64% 0.61% -
HSV(B) 270.23º 0.59% 0.86% -
XYZ 29.96 19.4 69.18 -
YUV 124.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 155 90 219 0.29 0.59 0 0.14 270.23 0.64 0.61
Hex 9B 5A DB 1D 3B 0 E 10E 40 3D
Octal 233 132 333 35 73 0 16 416 100 75
Binary 10011011 1011010 11011011 11101 111011 0 1110 100001110 1000000 111101

Color Harmonies of #9B5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5ADB

Black with #9B5ADB

Text Example


Text Example

White with #9B5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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