Html Css Color HEX #9B56CE Amethyst

📋 copy color: '#9B56CE'

red 155 ◦ green 86 ◦ blue 206

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

Shades of Amethyst #9B56CE

Tints of Amethyst #9B56CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.24%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 34.68%
G = 19.24%
B = 46.09%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B56CE (or 0x9B56CE) is known color: Amethyst. HEX triplet: 9B, 56 and CE. RGB value is (155,86,206). Sum of RGB (Red+Green+Blue) = 155+86+206=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B56CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56CE is #64A931. Grayscale: #777777. Windows color (decimal): -6596914 or 13522587. OLE color: 13522587.

HSL color Cylindrical-coordinate representation of color #9B56CE: hue angle of 274.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B56CE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 86 206 -
CMYK 0.25 0.58 0 0.19
HSL 274.5º 0.55% 0.57% -
HSV(B) 274.5º 0.58% 0.81% -
XYZ 27.99 18.08 60.41 -
YUV 120.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 155 86 206 0.25 0.58 0 0.19 274.5 0.55 0.57
Hex 9B 56 CE 19 3A 0 13 112 37 39
Octal 233 126 316 31 72 0 23 422 67 71
Binary 10011011 1010110 11001110 11001 111010 0 10011 100010010 110111 111001

Color Harmonies of #9B56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56CE

Black with #9B56CE

Text Example


Text Example

White with #9B56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,206); }

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

background-color css

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

 a { background-color: rgb(155,86,206); }

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

border-color css

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

 span { border-color: rgb(155,86,206); }

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