Html Css Color HEX #9762C8 Amethyst

📋 copy color: '#9762C8'

red 151 ◦ green 98 ◦ blue 200

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

Shades of Amethyst #9762C8

Tints of Amethyst #9762C8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 33.63%
G = 21.83%
B = 44.54%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9762C8 (or 0x9762C8) is known color: Amethyst. HEX triplet: 97, 62 and C8. RGB value is (151,98,200). Sum of RGB (Red+Green+Blue) = 151+98+200=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #9762C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762C8 is #689D37. Grayscale: #7D7D7D. Windows color (decimal): -6855992 or 13132439. OLE color: 13132439.

HSL color Cylindrical-coordinate representation of color #9762C8: hue angle of 271.18º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9762C8 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 98 200 -
CMYK 0.24 0.51 0 0.22
HSL 271.18º 0.48% 0.58% -
HSV(B) 271.18º 0.51% 0.78% -
XYZ 27.56 19.48 56.95 -
YUV 125.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 151 98 200 0.24 0.51 0 0.22 271.18 0.48 0.58
Hex 97 62 C8 18 33 0 16 10F 30 3A
Octal 227 142 310 30 63 0 26 417 60 72
Binary 10010111 1100010 11001000 11000 110011 0 10110 100001111 110000 111010

Color Harmonies of #9762C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762C8

Black with #9762C8

Text Example


Text Example

White with #9762C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9762C8; }

 p { color: rgb(151,98,200); }

 H1.HeaderClassName
 {
   color: #9762C8;
 }
 .AnyTagClassName
 {
   color: #9762C8;
 }
</style>

background-color css

<style>
 a { background-color: #9762C8; }

 a { background-color: rgb(151,98,200); }

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

border-color css

<style>
 span { border-color: #9762C8; }

 span { border-color: rgb(151,98,200); }

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