Html Css Color HEX #966ACE Amethyst

📋 copy color: '#966ACE'

red 150 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #966ACE

Tints of Amethyst #966ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.94%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 32.47%
G = 22.94%
B = 44.59%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#966ACE (or 0x966ACE) is known color: Amethyst. HEX triplet: 96, 6A and CE. RGB value is (150,106,206). Sum of RGB (Red+Green+Blue) = 150+106+206=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #966ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ACE is #699531. Grayscale: #828282. Windows color (decimal): -6919474 or 13527702. OLE color: 13527702.

HSL color Cylindrical-coordinate representation of color #966ACE: hue angle of 266.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #966ACE is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 106 206 -
CMYK 0.27 0.49 0 0.19
HSL 266.4º 0.51% 0.61% -
HSV(B) 266.4º 0.49% 0.81% -
XYZ 28.87 21.25 60.97 -
YUV 130.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 150 106 206 0.27 0.49 0 0.19 266.4 0.51 0.61
Hex 96 6A CE 1B 31 0 13 10A 33 3D
Octal 226 152 316 33 61 0 23 412 63 75
Binary 10010110 1101010 11001110 11011 110001 0 10011 100001010 110011 111101

Color Harmonies of #966ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ACE

Black with #966ACE

Text Example


Text Example

White with #966ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966ACE; }

 p { color: rgb(150,106,206); }

 H1.HeaderClassName
 {
   color: #966ACE;
 }
 .AnyTagClassName
 {
   color: #966ACE;
 }
</style>

background-color css

<style>
 a { background-color: #966ACE; }

 a { background-color: rgb(150,106,206); }

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

border-color css

<style>
 span { border-color: #966ACE; }

 span { border-color: rgb(150,106,206); }

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