Html Css Color HEX #9C66BF Amethyst

📋 copy color: '#9C66BF'

red 156 ◦ green 102 ◦ blue 191

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

Shades of Amethyst #9C66BF

Tints of Amethyst #9C66BF

RGB

 RED value IS 156 (61.33% from 255) = 34.74%

 GREEN value IS 102 (40.23% from 255) = 22.72%

 BLUE value IS 191 (75% from 255) = 42.54%

R = 34.74%
G = 22.72%
B = 42.54%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C66BF (or 0x9C66BF) is known color: Amethyst. HEX triplet: 9C, 66 and BF. RGB value is (156,102,191). Sum of RGB (Red+Green+Blue) = 156+102+191=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C66BF is #639940. Grayscale: #7F7F7F. Windows color (decimal): -6527297 or 12543644. OLE color: 12543644.

HSL color Cylindrical-coordinate representation of color #9C66BF: hue angle of 276.4º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C66BF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 102 191 -
CMYK 0.18 0.47 0 0.25
HSL 276.4º 0.41% 0.57% -
HSV(B) 276.4º 0.47% 0.75% -
XYZ 27.87 20.33 51.75 -
YUV 128.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 156 102 191 0.18 0.47 0 0.25 276.4 0.41 0.57
Hex 9C 66 BF 12 2F 0 19 114 29 39
Octal 234 146 277 22 57 0 31 424 51 71
Binary 10011100 1100110 10111111 10010 101111 0 11001 100010100 101001 111001

Color Harmonies of #9C66BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C66BF

Black with #9C66BF

Text Example


Text Example

White with #9C66BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C66BF; }

 p { color: rgb(156,102,191); }

 H1.HeaderClassName
 {
   color: #9C66BF;
 }
 .AnyTagClassName
 {
   color: #9C66BF;
 }
</style>

background-color css

<style>
 a { background-color: #9C66BF; }

 a { background-color: rgb(156,102,191); }

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

border-color css

<style>
 span { border-color: #9C66BF; }

 span { border-color: rgb(156,102,191); }

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