Html Css Color HEX #9756CF Amethyst

📋 copy color: '#9756CF'

red 151 ◦ green 86 ◦ blue 207

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

Shades of Amethyst #9756CF

Tints of Amethyst #9756CF

RGB

 RED value IS 151 (59.38% from 255) = 34.01%

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

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

R = 34.01%
G = 19.37%
B = 46.62%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9756CF (or 0x9756CF) is known color: Amethyst. HEX triplet: 97, 56 and CF. RGB value is (151,86,207). Sum of RGB (Red+Green+Blue) = 151+86+207=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9756CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756CF is #68A930. Grayscale: #767676. Windows color (decimal): -6859057 or 13588119. OLE color: 13588119.

HSL color Cylindrical-coordinate representation of color #9756CF: hue angle of 272.23º 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 #9756CF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 86 207 -
CMYK 0.27 0.58 0 0.19
HSL 272.23º 0.56% 0.57% -
HSV(B) 272.23º 0.58% 0.81% -
XYZ 27.35 17.74 61.01 -
YUV 119.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 151 86 207 0.27 0.58 0 0.19 272.23 0.56 0.57
Hex 97 56 CF 1B 3A 0 13 110 38 39
Octal 227 126 317 33 72 0 23 420 70 71
Binary 10010111 1010110 11001111 11011 111010 0 10011 100010000 111000 111001

Color Harmonies of #9756CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756CF

Black with #9756CF

Text Example


Text Example

White with #9756CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9756CF; }

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

 H1.HeaderClassName
 {
   color: #9756CF;
 }
 .AnyTagClassName
 {
   color: #9756CF;
 }
</style>

background-color css

<style>
 a { background-color: #9756CF; }

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

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

border-color css

<style>
 span { border-color: #9756CF; }

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

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