Html Css Color HEX #9750DD Amethyst

📋 copy color: '#9750DD'

red 151 ◦ green 80 ◦ blue 221

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

Shades of Amethyst #9750DD

Tints of Amethyst #9750DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 33.41%
G = 17.7%
B = 48.89%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9750DD (or 0x9750DD) is known color: Amethyst. HEX triplet: 97, 50 and DD. RGB value is (151,80,221). Sum of RGB (Red+Green+Blue) = 151+80+221=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #9750DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750DD is #68AF22. Grayscale: #747474. Windows color (decimal): -6860579 or 14504087. OLE color: 14504087.

HSL color Cylindrical-coordinate representation of color #9750DD: hue angle of 270.21º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9750DD is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 80 221 -
CMYK 0.32 0.64 0 0.13
HSL 270.21º 0.67% 0.59% -
HSV(B) 270.21º 0.64% 0.87% -
XYZ 28.68 17.54 70.28 -
YUV 117.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 151 80 221 0.32 0.64 0 0.13 270.21 0.67 0.59
Hex 97 50 DD 20 40 0 D 10E 43 3B
Octal 227 120 335 40 100 0 15 416 103 73
Binary 10010111 1010000 11011101 100000 1000000 0 1101 100001110 1000011 111011

Color Harmonies of #9750DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750DD

Black with #9750DD

Text Example


Text Example

White with #9750DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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