Html Css Color HEX #9752DB Amethyst

📋 copy color: '#9752DB'

red 151 ◦ green 82 ◦ blue 219

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

Shades of Amethyst #9752DB

Tints of Amethyst #9752DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 33.41%
G = 18.14%
B = 48.45%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9752DB (or 0x9752DB) is known color: Amethyst. HEX triplet: 97, 52 and DB. RGB value is (151,82,219). Sum of RGB (Red+Green+Blue) = 151+82+219=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #9752DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752DB is #68AD24. Grayscale: #757575. Windows color (decimal): -6860069 or 14373527. OLE color: 14373527.

HSL color Cylindrical-coordinate representation of color #9752DB: hue angle of 270.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9752DB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 82 219 -
CMYK 0.31 0.63 0 0.14
HSL 270.22º 0.66% 0.59% -
HSV(B) 270.22º 0.63% 0.86% -
XYZ 28.57 17.73 68.93 -
YUV 118.25 184.86 151.36 -
System Red Green Blue C M Y K H S L
Decimal 151 82 219 0.31 0.63 0 0.14 270.22 0.66 0.59
Hex 97 52 DB 1F 3F 0 E 10E 42 3B
Octal 227 122 333 37 77 0 16 416 102 73
Binary 10010111 1010010 11011011 11111 111111 0 1110 100001110 1000010 111011

Color Harmonies of #9752DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752DB

Black with #9752DB

Text Example


Text Example

White with #9752DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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