Html Css Color HEX #9951DE Amethyst

📋 copy color: '#9951DE'

red 153 ◦ green 81 ◦ blue 222

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

Shades of Amethyst #9951DE

Tints of Amethyst #9951DE

RGB

 RED value IS 153 (60.16% from 255) = 33.55%

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 33.55%
G = 17.76%
B = 48.68%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9951DE (or 0x9951DE) is known color: Amethyst. HEX triplet: 99, 51 and DE. RGB value is (153,81,222). Sum of RGB (Red+Green+Blue) = 153+81+222=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #9951DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951DE is #66AE21. Grayscale: #767676. Windows color (decimal): -6729250 or 14569881. OLE color: 14569881.

HSL color Cylindrical-coordinate representation of color #9951DE: hue angle of 270.64º degrees, saturation: 0.68, 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 #9951DE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 81 222 -
CMYK 0.31 0.64 0 0.13
HSL 270.64º 0.68% 0.59% -
HSV(B) 270.64º 0.64% 0.87% -
XYZ 29.26 17.93 71.03 -
YUV 118.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 153 81 222 0.31 0.64 0 0.13 270.64 0.68 0.59
Hex 99 51 DE 1F 40 0 D 10F 44 3B
Octal 231 121 336 37 100 0 15 417 104 73
Binary 10011001 1010001 11011110 11111 1000000 0 1101 100001111 1000100 111011

Color Harmonies of #9951DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9951DE

Black with #9951DE

Text Example


Text Example

White with #9951DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9951DE; }

 p { color: rgb(153,81,222); }

 H1.HeaderClassName
 {
   color: #9951DE;
 }
 .AnyTagClassName
 {
   color: #9951DE;
 }
</style>

background-color css

<style>
 a { background-color: #9951DE; }

 a { background-color: rgb(153,81,222); }

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

border-color css

<style>
 span { border-color: #9951DE; }

 span { border-color: rgb(153,81,222); }

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