Html Css Color HEX #9759CA Amethyst

📋 copy color: '#9759CA'

red 151 ◦ green 89 ◦ blue 202

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

Shades of Amethyst #9759CA

Tints of Amethyst #9759CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.14%

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 34.16%
G = 20.14%
B = 45.7%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9759CA (or 0x9759CA) is known color: Amethyst. HEX triplet: 97, 59 and CA. RGB value is (151,89,202). Sum of RGB (Red+Green+Blue) = 151+89+202=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #9759CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9759CA is #68A635. Grayscale: #787878. Windows color (decimal): -6858294 or 13261207. OLE color: 13261207.

HSL color Cylindrical-coordinate representation of color #9759CA: hue angle of 272.92º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9759CA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 89 202 -
CMYK 0.25 0.56 0 0.21
HSL 272.92º 0.52% 0.57% -
HSV(B) 272.92º 0.56% 0.79% -
XYZ 27 17.99 57.93 -
YUV 120.42 174.04 149.81 -
System Red Green Blue C M Y K H S L
Decimal 151 89 202 0.25 0.56 0 0.21 272.92 0.52 0.57
Hex 97 59 CA 19 38 0 15 111 34 39
Octal 227 131 312 31 70 0 25 421 64 71
Binary 10010111 1011001 11001010 11001 111000 0 10101 100010001 110100 111001

Color Harmonies of #9759CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9759CA

Black with #9759CA

Text Example


Text Example

White with #9759CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9759CA; }

 p { color: rgb(151,89,202); }

 H1.HeaderClassName
 {
   color: #9759CA;
 }
 .AnyTagClassName
 {
   color: #9759CA;
 }
</style>

background-color css

<style>
 a { background-color: #9759CA; }

 a { background-color: rgb(151,89,202); }

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

border-color css

<style>
 span { border-color: #9759CA; }

 span { border-color: rgb(151,89,202); }

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