Html Css Color HEX #996ACE Amethyst

📋 copy color: '#996ACE'

red 153 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #996ACE

Tints of Amethyst #996ACE

RGB

 RED value IS 153 (60.16% from 255) = 32.9%

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

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

R = 32.9%
G = 22.8%
B = 44.3%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#996ACE (or 0x996ACE) is known color: Amethyst. HEX triplet: 99, 6A and CE. RGB value is (153,106,206). Sum of RGB (Red+Green+Blue) = 153+106+206=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #996ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ACE is #669531. Grayscale: #838383. Windows color (decimal): -6722866 or 13527705. OLE color: 13527705.

HSL color Cylindrical-coordinate representation of color #996ACE: hue angle of 268.2º 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 #996ACE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 106 206 -
CMYK 0.26 0.49 0 0.19
HSL 268.2º 0.51% 0.61% -
HSV(B) 268.2º 0.49% 0.81% -
XYZ 29.43 21.54 61 -
YUV 131.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 153 106 206 0.26 0.49 0 0.19 268.2 0.51 0.61
Hex 99 6A CE 1A 31 0 13 10C 33 3D
Octal 231 152 316 32 61 0 23 414 63 75
Binary 10011001 1101010 11001110 11010 110001 0 10011 100001100 110011 111101

Color Harmonies of #996ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996ACE

Black with #996ACE

Text Example


Text Example

White with #996ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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