Html Css Color HEX #9B51EB Amethyst

📋 copy color: '#9B51EB'

red 155 ◦ green 81 ◦ blue 235

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

Shades of Amethyst #9B51EB

Tints of Amethyst #9B51EB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

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

R = 32.91%
G = 17.2%
B = 49.89%

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

#9B51EB (or 0x9B51EB) is known color: Amethyst. HEX triplet: 9B, 51 and EB. RGB value is (155,81,235). Sum of RGB (Red+Green+Blue) = 155+81+235=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B51EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B51EB is #64AE14. Grayscale: #787878. Windows color (decimal): -6598165 or 15421851. OLE color: 15421851.

HSL color Cylindrical-coordinate representation of color #9B51EB: hue angle of 268.83º 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 #9B51EB is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 81 235 -
CMYK 0.34 0.66 0 0.08
HSL 268.83º 0.79% 0.62% -
HSV(B) 268.83º 0.66% 0.92% -
XYZ 31.46 18.85 80.58 -
YUV 120.68 192.52 152.48 -
System Red Green Blue C M Y K H S L
Decimal 155 81 235 0.34 0.66 0 0.08 268.83 0.79 0.62
Hex 9B 51 EB 22 42 0 8 10D 4F 3E
Octal 233 121 353 42 102 0 10 415 117 76
Binary 10011011 1010001 11101011 100010 1000010 0 1000 100001101 1001111 111110

Color Harmonies of #9B51EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B51EB

Black with #9B51EB

Text Example


Text Example

White with #9B51EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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