Html Css Color HEX #996FCE Amethyst

📋 copy color: '#996FCE'

red 153 ◦ green 111 ◦ blue 206

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

Shades of Amethyst #996FCE

Tints of Amethyst #996FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.62%

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

R = 32.55%
G = 23.62%
B = 43.83%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#996FCE (or 0x996FCE) is known color: Amethyst. HEX triplet: 99, 6F and CE. RGB value is (153,111,206). Sum of RGB (Red+Green+Blue) = 153+111+206=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #996FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FCE is #669031. Grayscale: #868686. Windows color (decimal): -6721586 or 13528985. OLE color: 13528985.

HSL color Cylindrical-coordinate representation of color #996FCE: hue angle of 266.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996FCE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 111 206 -
CMYK 0.26 0.46 0 0.19
HSL 266.53º 0.49% 0.62% -
HSV(B) 266.53º 0.46% 0.81% -
XYZ 29.96 22.6 61.18 -
YUV 134.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 153 111 206 0.26 0.46 0 0.19 266.53 0.49 0.62
Hex 99 6F CE 1A 2E 0 13 10B 31 3E
Octal 231 157 316 32 56 0 23 413 61 76
Binary 10011001 1101111 11001110 11010 101110 0 10011 100001011 110001 111110

Color Harmonies of #996FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FCE

Black with #996FCE

Text Example


Text Example

White with #996FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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