Html Css Color HEX #9662D2 Amethyst

📋 copy color: '#9662D2'

red 150 ◦ green 98 ◦ blue 210

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

Shades of Amethyst #9662D2

Tints of Amethyst #9662D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.85%

R = 32.75%
G = 21.4%
B = 45.85%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9662D2 (or 0x9662D2) is known color: Amethyst. HEX triplet: 96, 62 and D2. RGB value is (150,98,210). Sum of RGB (Red+Green+Blue) = 150+98+210=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #9662D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662D2 is #699D2D. Grayscale: #7D7D7D. Windows color (decimal): -6921518 or 13787798. OLE color: 13787798.

HSL color Cylindrical-coordinate representation of color #9662D2: hue angle of 267.86º 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 #9662D2 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 98 210 -
CMYK 0.29 0.53 0 0.18
HSL 267.86º 0.55% 0.6% -
HSV(B) 267.86º 0.53% 0.82% -
XYZ 28.58 19.87 63.3 -
YUV 126.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 150 98 210 0.29 0.53 0 0.18 267.86 0.55 0.6
Hex 96 62 D2 1D 35 0 12 10C 37 3C
Octal 226 142 322 35 65 0 22 414 67 74
Binary 10010110 1100010 11010010 11101 110101 0 10010 100001100 110111 111100

Color Harmonies of #9662D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662D2

Black with #9662D2

Text Example


Text Example

White with #9662D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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