Html Css Color HEX #9751DC Amethyst

📋 copy color: '#9751DC'

red 151 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #9751DC

Tints of Amethyst #9751DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 33.41%
G = 17.92%
B = 48.67%

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

#9751DC (or 0x9751DC) is known color: Amethyst. HEX triplet: 97, 51 and DC. RGB value is (151,81,220). Sum of RGB (Red+Green+Blue) = 151+81+220=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #9751DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9751DC is #68AE23. Grayscale: #757575. Windows color (decimal): -6860324 or 14438807. OLE color: 14438807.

HSL color Cylindrical-coordinate representation of color #9751DC: hue angle of 270.22º degrees, saturation: 0.67, 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 #9751DC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 81 220 -
CMYK 0.31 0.63 0 0.14
HSL 270.22º 0.67% 0.59% -
HSV(B) 270.22º 0.63% 0.86% -
XYZ 28.62 17.63 69.6 -
YUV 117.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 151 81 220 0.31 0.63 0 0.14 270.22 0.67 0.59
Hex 97 51 DC 1F 3F 0 E 10E 43 3B
Octal 227 121 334 37 77 0 16 416 103 73
Binary 10010111 1010001 11011100 11111 111111 0 1110 100001110 1000011 111011

Color Harmonies of #9751DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9751DC

Black with #9751DC

Text Example


Text Example

White with #9751DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9751DC; }

 p { color: rgb(151,81,220); }

 H1.HeaderClassName
 {
   color: #9751DC;
 }
 .AnyTagClassName
 {
   color: #9751DC;
 }
</style>

background-color css

<style>
 a { background-color: #9751DC; }

 a { background-color: rgb(151,81,220); }

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

border-color css

<style>
 span { border-color: #9751DC; }

 span { border-color: rgb(151,81,220); }

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