Html Css Color HEX #9662D1 Amethyst

📋 copy color: '#9662D1'

red 150 ◦ green 98 ◦ blue 209

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

Shades of Amethyst #9662D1

Tints of Amethyst #9662D1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.44%

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 32.82%
G = 21.44%
B = 45.73%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9662D1 (or 0x9662D1) is known color: Amethyst. HEX triplet: 96, 62 and D1. RGB value is (150,98,209). Sum of RGB (Red+Green+Blue) = 150+98+209=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #9662D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662D1 is #699D2E. Grayscale: #7D7D7D. Windows color (decimal): -6921519 or 13722262. OLE color: 13722262.

HSL color Cylindrical-coordinate representation of color #9662D1: hue angle of 268.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9662D1 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 98 209 -
CMYK 0.28 0.53 0 0.18
HSL 268.11º 0.55% 0.6% -
HSV(B) 268.11º 0.53% 0.82% -
XYZ 28.45 19.82 62.65 -
YUV 126.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 150 98 209 0.28 0.53 0 0.18 268.11 0.55 0.6
Hex 96 62 D1 1C 35 0 12 10C 37 3C
Octal 226 142 321 34 65 0 22 414 67 74
Binary 10010110 1100010 11010001 11100 110101 0 10010 100001100 110111 111100

Color Harmonies of #9662D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662D1

Black with #9662D1

Text Example


Text Example

White with #9662D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9662D1; }

 p { color: rgb(150,98,209); }

 H1.HeaderClassName
 {
   color: #9662D1;
 }
 .AnyTagClassName
 {
   color: #9662D1;
 }
</style>

background-color css

<style>
 a { background-color: #9662D1; }

 a { background-color: rgb(150,98,209); }

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

border-color css

<style>
 span { border-color: #9662D1; }

 span { border-color: rgb(150,98,209); }

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