Html Css Color HEX #9662CC Amethyst

📋 copy color: '#9662CC'

red 150 ◦ green 98 ◦ blue 204

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

Shades of Amethyst #9662CC

Tints of Amethyst #9662CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 33.19%
G = 21.68%
B = 45.13%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9662CC (or 0x9662CC) is known color: Amethyst. HEX triplet: 96, 62 and CC. RGB value is (150,98,204). Sum of RGB (Red+Green+Blue) = 150+98+204=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9662CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662CC is #699D33. Grayscale: #7D7D7D. Windows color (decimal): -6921524 or 13394582. OLE color: 13394582.

HSL color Cylindrical-coordinate representation of color #9662CC: hue angle of 269.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9662CC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 98 204 -
CMYK 0.26 0.52 0 0.2
HSL 269.43º 0.51% 0.59% -
HSV(B) 269.43º 0.52% 0.8% -
XYZ 27.84 19.58 59.44 -
YUV 125.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 150 98 204 0.26 0.52 0 0.2 269.43 0.51 0.59
Hex 96 62 CC 1A 34 0 14 10D 33 3B
Octal 226 142 314 32 64 0 24 415 63 73
Binary 10010110 1100010 11001100 11010 110100 0 10100 100001101 110011 111011

Color Harmonies of #9662CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662CC

Black with #9662CC

Text Example


Text Example

White with #9662CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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