Html Css Color HEX #9B57CF Amethyst

📋 copy color: '#9B57CF'

red 155 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #9B57CF

Tints of Amethyst #9B57CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.38%

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

R = 34.52%
G = 19.38%
B = 46.1%

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

#9B57CF (or 0x9B57CF) is known color: Amethyst. HEX triplet: 9B, 57 and CF. RGB value is (155,87,207). Sum of RGB (Red+Green+Blue) = 155+87+207=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B57CF is #64A830. Grayscale: #787878. Windows color (decimal): -6596657 or 13588379. OLE color: 13588379.

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

Color convert

RGB 155 87 207 -
CMYK 0.25 0.58 0 0.19
HSL 274º 0.56% 0.58% -
HSV(B) 274º 0.58% 0.81% -
XYZ 28.19 18.29 61.08 -
YUV 121.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 155 87 207 0.25 0.58 0 0.19 274 0.56 0.58
Hex 9B 57 CF 19 3A 0 13 112 38 3A
Octal 233 127 317 31 72 0 23 422 70 72
Binary 10011011 1010111 11001111 11001 111010 0 10011 100010010 111000 111010

Color Harmonies of #9B57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B57CF

Black with #9B57CF

Text Example


Text Example

White with #9B57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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