Html Css Color HEX #9B5BDA Amethyst

📋 copy color: '#9B5BDA'

red 155 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #9B5BDA

Tints of Amethyst #9B5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 33.41%
G = 19.61%
B = 46.98%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B5BDA (or 0x9B5BDA) is known color: Amethyst. HEX triplet: 9B, 5B and DA. RGB value is (155,91,218). Sum of RGB (Red+Green+Blue) = 155+91+218=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B5BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BDA is #64A425. Grayscale: #7C7C7C. Windows color (decimal): -6595622 or 14310299. OLE color: 14310299.

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

Color convert

RGB 155 91 218 -
CMYK 0.29 0.58 0 0.15
HSL 270.24º 0.63% 0.61% -
HSV(B) 270.24º 0.58% 0.85% -
XYZ 29.91 19.51 68.52 -
YUV 124.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 155 91 218 0.29 0.58 0 0.15 270.24 0.63 0.61
Hex 9B 5B DA 1D 3A 0 F 10E 3F 3D
Octal 233 133 332 35 72 0 17 416 77 75
Binary 10011011 1011011 11011010 11101 111010 0 1111 100001110 111111 111101

Color Harmonies of #9B5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BDA

Black with #9B5BDA

Text Example


Text Example

White with #9B5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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