Html Css Color HEX #9953DE Amethyst

📋 copy color: '#9953DE'

red 153 ◦ green 83 ◦ blue 222

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

Shades of Amethyst #9953DE

Tints of Amethyst #9953DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

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

R = 33.41%
G = 18.12%
B = 48.47%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9953DE (or 0x9953DE) is known color: Amethyst. HEX triplet: 99, 53 and DE. RGB value is (153,83,222). Sum of RGB (Red+Green+Blue) = 153+83+222=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #9953DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9953DE is #66AC21. Grayscale: #777777. Windows color (decimal): -6728738 or 14570393. OLE color: 14570393.

HSL color Cylindrical-coordinate representation of color #9953DE: hue angle of 270.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9953DE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 83 222 -
CMYK 0.31 0.63 0 0.13
HSL 270.22º 0.68% 0.6% -
HSV(B) 270.22º 0.63% 0.87% -
XYZ 29.41 18.23 71.08 -
YUV 119.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 153 83 222 0.31 0.63 0 0.13 270.22 0.68 0.6
Hex 99 53 DE 1F 3F 0 D 10E 44 3C
Octal 231 123 336 37 77 0 15 416 104 74
Binary 10011001 1010011 11011110 11111 111111 0 1101 100001110 1000100 111100

Color Harmonies of #9953DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953DE

Black with #9953DE

Text Example


Text Example

White with #9953DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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