Html Css Color HEX #9B4EE5 Amethyst

📋 copy color: '#9B4EE5'

red 155 ◦ green 78 ◦ blue 229

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

Shades of Amethyst #9B4EE5

Tints of Amethyst #9B4EE5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.88%

 BLUE value IS 229 (89.84% from 255) = 49.57%

R = 33.55%
G = 16.88%
B = 49.57%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9B4EE5 (or 0x9B4EE5) is known color: Amethyst. HEX triplet: 9B, 4E and E5. RGB value is (155,78,229). Sum of RGB (Red+Green+Blue) = 155+78+229=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B4EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4EE5 is #64B11A. Grayscale: #757575. Windows color (decimal): -6598939 or 15027867. OLE color: 15027867.

HSL color Cylindrical-coordinate representation of color #9B4EE5: hue angle of 270.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4EE5 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 78 229 -
CMYK 0.32 0.66 0 0.10
HSL 270.6º 0.74% 0.6% -
HSV(B) 270.6º 0.66% 0.9% -
XYZ 30.38 18.07 76.02 -
YUV 118.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 155 78 229 0.32 0.66 0 0.10 270.6 0.74 0.6
Hex 9B 4E E5 20 42 0 A 10F 4A 3C
Octal 233 116 345 40 102 0 12 417 112 74
Binary 10011011 1001110 11100101 100000 1000010 0 1010 100001111 1001010 111100

Color Harmonies of #9B4EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4EE5

Black with #9B4EE5

Text Example


Text Example

White with #9B4EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,78,229); }

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

background-color css

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

 a { background-color: rgb(155,78,229); }

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

border-color css

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

 span { border-color: rgb(155,78,229); }

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