Html Css Color HEX #9B4FEB Amethyst

📋 copy color: '#9B4FEB'

red 155 ◦ green 79 ◦ blue 235

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

Shades of Amethyst #9B4FEB

Tints of Amethyst #9B4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.84%

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

R = 33.05%
G = 16.84%
B = 50.11%

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

#9B4FEB (or 0x9B4FEB) is known color: Amethyst. HEX triplet: 9B, 4F and EB. RGB value is (155,79,235). Sum of RGB (Red+Green+Blue) = 155+79+235=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B4FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FEB is #64B014. Grayscale: #767676. Windows color (decimal): -6598677 or 15421339. OLE color: 15421339.

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

Color convert

RGB 155 79 235 -
CMYK 0.34 0.66 0 0.08
HSL 269.23º 0.8% 0.62% -
HSV(B) 269.23º 0.66% 0.92% -
XYZ 31.31 18.56 80.53 -
YUV 119.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 155 79 235 0.34 0.66 0 0.08 269.23 0.8 0.62
Hex 9B 4F EB 22 42 0 8 10D 50 3E
Octal 233 117 353 42 102 0 10 415 120 76
Binary 10011011 1001111 11101011 100010 1000010 0 1000 100001101 1010000 111110

Color Harmonies of #9B4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4FEB

Black with #9B4FEB

Text Example


Text Example

White with #9B4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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