Html Css Color HEX #9B50EB Amethyst

📋 copy color: '#9B50EB'

red 155 ◦ green 80 ◦ blue 235

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

Shades of Amethyst #9B50EB

Tints of Amethyst #9B50EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 32.98%
G = 17.02%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B50EB (or 0x9B50EB) is known color: Amethyst. HEX triplet: 9B, 50 and EB. RGB value is (155,80,235). Sum of RGB (Red+Green+Blue) = 155+80+235=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B50EB is #64AF14. Grayscale: #777777. Windows color (decimal): -6598421 or 15421595. OLE color: 15421595.

HSL color Cylindrical-coordinate representation of color #9B50EB: hue angle of 269.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B50EB is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 80 235 -
CMYK 0.34 0.66 0 0.08
HSL 269.03º 0.79% 0.62% -
HSV(B) 269.03º 0.66% 0.92% -
XYZ 31.38 18.7 80.55 -
YUV 120.1 192.85 152.9 -
System Red Green Blue C M Y K H S L
Decimal 155 80 235 0.34 0.66 0 0.08 269.03 0.79 0.62
Hex 9B 50 EB 22 42 0 8 10D 4F 3E
Octal 233 120 353 42 102 0 10 415 117 76
Binary 10011011 1010000 11101011 100010 1000010 0 1000 100001101 1001111 111110

Color Harmonies of #9B50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B50EB

Black with #9B50EB

Text Example


Text Example

White with #9B50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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