Html Css Color HEX #9655DD Amethyst

📋 copy color: '#9655DD'

red 150 ◦ green 85 ◦ blue 221

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

Shades of Amethyst #9655DD

Tints of Amethyst #9655DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

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

R = 32.89%
G = 18.64%
B = 48.46%

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

#9655DD (or 0x9655DD) is known color: Amethyst. HEX triplet: 96, 55 and DD. RGB value is (150,85,221). Sum of RGB (Red+Green+Blue) = 150+85+221=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #9655DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655DD is #69AA22. Grayscale: #777777. Windows color (decimal): -6924835 or 14505366. OLE color: 14505366.

HSL color Cylindrical-coordinate representation of color #9655DD: hue angle of 268.68º 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 #9655DD is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 85 221 -
CMYK 0.32 0.62 0 0.13
HSL 268.68º 0.67% 0.6% -
HSV(B) 268.68º 0.62% 0.87% -
XYZ 28.88 18.2 70.4 -
YUV 119.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 150 85 221 0.32 0.62 0 0.13 268.68 0.67 0.6
Hex 96 55 DD 20 3E 0 D 10D 43 3C
Octal 226 125 335 40 76 0 15 415 103 74
Binary 10010110 1010101 11011101 100000 111110 0 1101 100001101 1000011 111100

Color Harmonies of #9655DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655DD

Black with #9655DD

Text Example


Text Example

White with #9655DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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