Html Css Color HEX #996CCA Amethyst

📋 copy color: '#996CCA'

red 153 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #996CCA

Tints of Amethyst #996CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 33.05%
G = 23.33%
B = 43.63%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#996CCA (or 0x996CCA) is known color: Amethyst. HEX triplet: 99, 6C and CA. RGB value is (153,108,202). Sum of RGB (Red+Green+Blue) = 153+108+202=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #996CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CCA is #669335. Grayscale: #838383. Windows color (decimal): -6722358 or 13266073. OLE color: 13266073.

HSL color Cylindrical-coordinate representation of color #996CCA: hue angle of 268.72º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996CCA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 108 202 -
CMYK 0.24 0.47 0 0.21
HSL 268.72º 0.47% 0.61% -
HSV(B) 268.72º 0.47% 0.79% -
XYZ 29.16 21.76 58.54 -
YUV 132.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 153 108 202 0.24 0.47 0 0.21 268.72 0.47 0.61
Hex 99 6C CA 18 2F 0 15 10D 2F 3D
Octal 231 154 312 30 57 0 25 415 57 75
Binary 10011001 1101100 11001010 11000 101111 0 10101 100001101 101111 111101

Color Harmonies of #996CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CCA

Black with #996CCA

Text Example


Text Example

White with #996CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,108,202); }

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

background-color css

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

 a { background-color: rgb(153,108,202); }

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

border-color css

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

 span { border-color: rgb(153,108,202); }

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