Html Css Color HEX #9763C7 Amethyst

📋 copy color: '#9763C7'

red 151 ◦ green 99 ◦ blue 199

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

Shades of Amethyst #9763C7

Tints of Amethyst #9763C7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 33.63%
G = 22.05%
B = 44.32%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9763C7 (or 0x9763C7) is known color: Amethyst. HEX triplet: 97, 63 and C7. RGB value is (151,99,199). Sum of RGB (Red+Green+Blue) = 151+99+199=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #9763C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9763C7 is #689C38. Grayscale: #7D7D7D. Windows color (decimal): -6855737 or 13067159. OLE color: 13067159.

HSL color Cylindrical-coordinate representation of color #9763C7: hue angle of 271.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9763C7 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 99 199 -
CMYK 0.24 0.50 0 0.22
HSL 271.2º 0.47% 0.58% -
HSV(B) 271.2º 0.5% 0.78% -
XYZ 27.53 19.63 56.37 -
YUV 125.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 151 99 199 0.24 0.50 0 0.22 271.2 0.47 0.58
Hex 97 63 C7 18 32 0 16 10F 2F 3A
Octal 227 143 307 30 62 0 26 417 57 72
Binary 10010111 1100011 11000111 11000 110010 0 10110 100001111 101111 111010

Color Harmonies of #9763C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9763C7

Black with #9763C7

Text Example


Text Example

White with #9763C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9763C7; }

 p { color: rgb(151,99,199); }

 H1.HeaderClassName
 {
   color: #9763C7;
 }
 .AnyTagClassName
 {
   color: #9763C7;
 }
</style>

background-color css

<style>
 a { background-color: #9763C7; }

 a { background-color: rgb(151,99,199); }

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

border-color css

<style>
 span { border-color: #9763C7; }

 span { border-color: rgb(151,99,199); }

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