Html Css Color HEX #9750D5 Amethyst

📋 copy color: '#9750D5'

red 151 ◦ green 80 ◦ blue 213

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

Shades of Amethyst #9750D5

Tints of Amethyst #9750D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.02%

 BLUE value IS 213 (83.59% from 255) = 47.97%

R = 34.01%
G = 18.02%
B = 47.97%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9750D5 (or 0x9750D5) is known color: Amethyst. HEX triplet: 97, 50 and D5. RGB value is (151,80,213). Sum of RGB (Red+Green+Blue) = 151+80+213=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #9750D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750D5 is #68AF2A. Grayscale: #737373. Windows color (decimal): -6860587 or 13979799. OLE color: 13979799.

HSL color Cylindrical-coordinate representation of color #9750D5: hue angle of 272.03º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9750D5 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 80 213 -
CMYK 0.29 0.62 0 0.16
HSL 272.03º 0.61% 0.57% -
HSV(B) 272.03º 0.62% 0.84% -
XYZ 27.64 17.12 64.8 -
YUV 116.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 151 80 213 0.29 0.62 0 0.16 272.03 0.61 0.57
Hex 97 50 D5 1D 3E 0 10 110 3D 39
Octal 227 120 325 35 76 0 20 420 75 71
Binary 10010111 1010000 11010101 11101 111110 0 10000 100010000 111101 111001

Color Harmonies of #9750D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750D5

Black with #9750D5

Text Example


Text Example

White with #9750D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9750D5; }

 p { color: rgb(151,80,213); }

 H1.HeaderClassName
 {
   color: #9750D5;
 }
 .AnyTagClassName
 {
   color: #9750D5;
 }
</style>

background-color css

<style>
 a { background-color: #9750D5; }

 a { background-color: rgb(151,80,213); }

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

border-color css

<style>
 span { border-color: #9750D5; }

 span { border-color: rgb(151,80,213); }

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