Html Css Color HEX #9B56CF Amethyst

📋 copy color: '#9B56CF'

red 155 ◦ green 86 ◦ blue 207

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

Shades of Amethyst #9B56CF

Tints of Amethyst #9B56CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 34.6%
G = 19.2%
B = 46.21%

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

#9B56CF (or 0x9B56CF) is known color: Amethyst. HEX triplet: 9B, 56 and CF. RGB value is (155,86,207). Sum of RGB (Red+Green+Blue) = 155+86+207=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56CF is #64A930. Grayscale: #787878. Windows color (decimal): -6596913 or 13588123. OLE color: 13588123.

HSL color Cylindrical-coordinate representation of color #9B56CF: hue angle of 274.21º degrees, saturation: 0.56, 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 #9B56CF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 86 207 -
CMYK 0.25 0.58 0 0.19
HSL 274.21º 0.56% 0.57% -
HSV(B) 274.21º 0.58% 0.81% -
XYZ 28.11 18.13 61.05 -
YUV 120.43 176.86 152.66 -
System Red Green Blue C M Y K H S L
Decimal 155 86 207 0.25 0.58 0 0.19 274.21 0.56 0.57
Hex 9B 56 CF 19 3A 0 13 112 38 39
Octal 233 126 317 31 72 0 23 422 70 71
Binary 10011011 1010110 11001111 11001 111010 0 10011 100010010 111000 111001

Color Harmonies of #9B56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56CF

Black with #9B56CF

Text Example


Text Example

White with #9B56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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