Html Css Color HEX #9657DD Amethyst

📋 copy color: '#9657DD'

red 150 ◦ green 87 ◦ blue 221

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

Shades of Amethyst #9657DD

Tints of Amethyst #9657DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19%

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

R = 32.75%
G = 19%
B = 48.25%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9657DD (or 0x9657DD) is known color: Amethyst. HEX triplet: 96, 57 and DD. RGB value is (150,87,221). Sum of RGB (Red+Green+Blue) = 150+87+221=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #9657DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657DD is #69A822. Grayscale: #787878. Windows color (decimal): -6924323 or 14505878. OLE color: 14505878.

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

Color convert

RGB 150 87 221 -
CMYK 0.32 0.61 0 0.13
HSL 268.21º 0.66% 0.6% -
HSV(B) 268.21º 0.61% 0.87% -
XYZ 29.04 18.52 70.45 -
YUV 121.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 150 87 221 0.32 0.61 0 0.13 268.21 0.66 0.6
Hex 96 57 DD 20 3D 0 D 10C 42 3C
Octal 226 127 335 40 75 0 15 414 102 74
Binary 10010110 1010111 11011101 100000 111101 0 1101 100001100 1000010 111100

Color Harmonies of #9657DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9657DD

Black with #9657DD

Text Example


Text Example

White with #9657DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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