Html Css Color HEX #9B5BDE Amethyst

📋 copy color: '#9B5BDE'

red 155 ◦ green 91 ◦ blue 222

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

Shades of Amethyst #9B5BDE

Tints of Amethyst #9B5BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 33.12%
G = 19.44%
B = 47.44%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B5BDE (or 0x9B5BDE) is known color: Amethyst. HEX triplet: 9B, 5B and DE. RGB value is (155,91,222). Sum of RGB (Red+Green+Blue) = 155+91+222=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B5BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BDE is #64A421. Grayscale: #7C7C7C. Windows color (decimal): -6595618 or 14572443. OLE color: 14572443.

HSL color Cylindrical-coordinate representation of color #9B5BDE: hue angle of 269.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B5BDE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 91 222 -
CMYK 0.30 0.59 0 0.13
HSL 269.31º 0.66% 0.61% -
HSV(B) 269.31º 0.59% 0.87% -
XYZ 30.44 19.72 71.31 -
YUV 125.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 155 91 222 0.30 0.59 0 0.13 269.31 0.66 0.61
Hex 9B 5B DE 1E 3B 0 D 10D 42 3D
Octal 233 133 336 36 73 0 15 415 102 75
Binary 10011011 1011011 11011110 11110 111011 0 1101 100001101 1000010 111101

Color Harmonies of #9B5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BDE

Black with #9B5BDE

Text Example


Text Example

White with #9B5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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