Html Css Color HEX #9B5ADA Amethyst

📋 copy color: '#9B5ADA'

red 155 ◦ green 90 ◦ blue 218

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

Shades of Amethyst #9B5ADA

Tints of Amethyst #9B5ADA

RGB

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

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

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

R = 33.48%
G = 19.44%
B = 47.08%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B5ADA (or 0x9B5ADA) is known color: Amethyst. HEX triplet: 9B, 5A and DA. RGB value is (155,90,218). Sum of RGB (Red+Green+Blue) = 155+90+218=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B5ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ADA is #64A525. Grayscale: #7B7B7B. Windows color (decimal): -6595878 or 14310043. OLE color: 14310043.

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

Color convert

RGB 155 90 218 -
CMYK 0.29 0.59 0 0.15
HSL 270.47º 0.63% 0.6% -
HSV(B) 270.47º 0.59% 0.85% -
XYZ 29.83 19.34 68.49 -
YUV 124.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 155 90 218 0.29 0.59 0 0.15 270.47 0.63 0.6
Hex 9B 5A DA 1D 3B 0 F 10E 3F 3C
Octal 233 132 332 35 73 0 17 416 77 74
Binary 10011011 1011010 11011010 11101 111011 0 1111 100001110 111111 111100

Color Harmonies of #9B5ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5ADA

Black with #9B5ADA

Text Example


Text Example

White with #9B5ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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