Html Css Color HEX #9B50E9 Amethyst

📋 copy color: '#9B50E9'

red 155 ◦ green 80 ◦ blue 233

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

Shades of Amethyst #9B50E9

Tints of Amethyst #9B50E9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 233 (91.41% from 255) = 49.79%

R = 33.12%
G = 17.09%
B = 49.79%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9B50E9 (or 0x9B50E9) is known color: Amethyst. HEX triplet: 9B, 50 and E9. RGB value is (155,80,233). Sum of RGB (Red+Green+Blue) = 155+80+233=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #9B50E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B50E9 is #64AF16. Grayscale: #777777. Windows color (decimal): -6598423 or 15290523. OLE color: 15290523.

HSL color Cylindrical-coordinate representation of color #9B50E9: hue angle of 269.41º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B50E9 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 80 233 -
CMYK 0.33 0.66 0 0.09
HSL 269.41º 0.78% 0.61% -
HSV(B) 269.41º 0.66% 0.91% -
XYZ 31.09 18.59 79.04 -
YUV 119.87 191.85 153.06 -
System Red Green Blue C M Y K H S L
Decimal 155 80 233 0.33 0.66 0 0.09 269.41 0.78 0.61
Hex 9B 50 E9 21 42 0 9 10D 4E 3D
Octal 233 120 351 41 102 0 11 415 116 75
Binary 10011011 1010000 11101001 100001 1000010 0 1001 100001101 1001110 111101

Color Harmonies of #9B50E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B50E9

Black with #9B50E9

Text Example


Text Example

White with #9B50E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,233); }

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

background-color css

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

 a { background-color: rgb(155,80,233); }

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

border-color css

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

 span { border-color: rgb(155,80,233); }

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