Html Css Color HEX #9653DD Amethyst

📋 copy color: '#9653DD'

red 150 ◦ green 83 ◦ blue 221

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

Shades of Amethyst #9653DD

Tints of Amethyst #9653DD

RGB

 RED value IS 150 (58.98% from 255) = 33.04%

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

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

R = 33.04%
G = 18.28%
B = 48.68%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9653DD (or 0x9653DD) is known color: Amethyst. HEX triplet: 96, 53 and DD. RGB value is (150,83,221). Sum of RGB (Red+Green+Blue) = 150+83+221=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 83 (32.81% from 255 or 18.28% 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 #9653DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653DD is #69AC22. Grayscale: #767676. Windows color (decimal): -6925347 or 14504854. OLE color: 14504854.

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

Color convert

RGB 150 83 221 -
CMYK 0.32 0.62 0 0.13
HSL 269.13º 0.67% 0.6% -
HSV(B) 269.13º 0.62% 0.87% -
XYZ 28.72 17.89 70.35 -
YUV 118.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 150 83 221 0.32 0.62 0 0.13 269.13 0.67 0.6
Hex 96 53 DD 20 3E 0 D 10D 43 3C
Octal 226 123 335 40 76 0 15 415 103 74
Binary 10010110 1010011 11011101 100000 111110 0 1101 100001101 1000011 111100

Color Harmonies of #9653DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653DD

Black with #9653DD

Text Example


Text Example

White with #9653DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,83,221); }

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

background-color css

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

 a { background-color: rgb(150,83,221); }

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

border-color css

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

 span { border-color: rgb(150,83,221); }

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