Html Css Color HEX #9756E4 Amethyst

📋 copy color: '#9756E4'

red 151 ◦ green 86 ◦ blue 228

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

Shades of Amethyst #9756E4

Tints of Amethyst #9756E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.03%

R = 32.47%
G = 18.49%
B = 49.03%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9756E4 (or 0x9756E4) is known color: Amethyst. HEX triplet: 97, 56 and E4. RGB value is (151,86,228). Sum of RGB (Red+Green+Blue) = 151+86+228=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #9756E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756E4 is #68A91B. Grayscale: #797979. Windows color (decimal): -6859036 or 14964375. OLE color: 14964375.

HSL color Cylindrical-coordinate representation of color #9756E4: hue angle of 267.46º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9756E4 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 86 228 -
CMYK 0.34 0.62 0 0.11
HSL 267.46º 0.72% 0.62% -
HSV(B) 267.46º 0.62% 0.89% -
XYZ 30.09 18.84 75.45 -
YUV 121.62 188.03 148.95 -
System Red Green Blue C M Y K H S L
Decimal 151 86 228 0.34 0.62 0 0.11 267.46 0.72 0.62
Hex 97 56 E4 22 3E 0 B 10B 48 3E
Octal 227 126 344 42 76 0 13 413 110 76
Binary 10010111 1010110 11100100 100010 111110 0 1011 100001011 1001000 111110

Color Harmonies of #9756E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756E4

Black with #9756E4

Text Example


Text Example

White with #9756E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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