Html Css Color HEX #9752DD Amethyst

📋 copy color: '#9752DD'

red 151 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #9752DD

Tints of Amethyst #9752DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

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

R = 33.26%
G = 18.06%
B = 48.68%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9752DD (or 0x9752DD) is known color: Amethyst. HEX triplet: 97, 52 and DD. RGB value is (151,82,221). Sum of RGB (Red+Green+Blue) = 151+82+221=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #9752DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752DD is #68AD22. Grayscale: #757575. Windows color (decimal): -6860067 or 14504599. OLE color: 14504599.

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

Color convert

RGB 151 82 221 -
CMYK 0.32 0.63 0 0.13
HSL 269.78º 0.67% 0.59% -
HSV(B) 269.78º 0.63% 0.87% -
XYZ 28.83 17.83 70.33 -
YUV 118.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 151 82 221 0.32 0.63 0 0.13 269.78 0.67 0.59
Hex 97 52 DD 20 3F 0 D 10E 43 3B
Octal 227 122 335 40 77 0 15 416 103 73
Binary 10010111 1010010 11011101 100000 111111 0 1101 100001110 1000011 111011

Color Harmonies of #9752DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752DD

Black with #9752DD

Text Example


Text Example

White with #9752DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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