Html Css Color HEX #9B4FEC Amethyst

📋 copy color: '#9B4FEC'

red 155 ◦ green 79 ◦ blue 236

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

Shades of Amethyst #9B4FEC

Tints of Amethyst #9B4FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 32.98%
G = 16.81%
B = 50.21%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B4FEC (or 0x9B4FEC) is known color: Amethyst. HEX triplet: 9B, 4F and EC. RGB value is (155,79,236). Sum of RGB (Red+Green+Blue) = 155+79+236=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B4FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FEC is #64B013. Grayscale: #777777. Windows color (decimal): -6598676 or 15486875. OLE color: 15486875.

HSL color Cylindrical-coordinate representation of color #9B4FEC: hue angle of 269.04º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B4FEC is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 79 236 -
CMYK 0.34 0.67 0 0.07
HSL 269.04º 0.81% 0.62% -
HSV(B) 269.04º 0.67% 0.93% -
XYZ 31.45 18.62 81.29 -
YUV 119.62 193.68 153.23 -
System Red Green Blue C M Y K H S L
Decimal 155 79 236 0.34 0.67 0 0.07 269.04 0.81 0.62
Hex 9B 4F EC 22 43 0 7 10D 51 3E
Octal 233 117 354 42 103 0 7 415 121 76
Binary 10011011 1001111 11101100 100010 1000011 0 111 100001101 1010001 111110

Color Harmonies of #9B4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4FEC

Black with #9B4FEC

Text Example


Text Example

White with #9B4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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