Html Css Color HEX #9666BD Amethyst

📋 copy color: '#9666BD'

red 150 ◦ green 102 ◦ blue 189

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

Shades of Amethyst #9666BD

Tints of Amethyst #9666BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 34.01%
G = 23.13%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9666BD (or 0x9666BD) is known color: Amethyst. HEX triplet: 96, 66 and BD. RGB value is (150,102,189). Sum of RGB (Red+Green+Blue) = 150+102+189=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #9666BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666BD is #699942. Grayscale: #7D7D7D. Windows color (decimal): -6920515 or 12412566. OLE color: 12412566.

HSL color Cylindrical-coordinate representation of color #9666BD: hue angle of 273.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9666BD is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 102 189 -
CMYK 0.21 0.46 0 0.26
HSL 273.1º 0.4% 0.57% -
HSV(B) 273.1º 0.46% 0.74% -
XYZ 26.51 19.66 50.54 -
YUV 126.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 150 102 189 0.21 0.46 0 0.26 273.1 0.4 0.57
Hex 96 66 BD 15 2E 0 1A 111 28 39
Octal 226 146 275 25 56 0 32 421 50 71
Binary 10010110 1100110 10111101 10101 101110 0 11010 100010001 101000 111001

Color Harmonies of #9666BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666BD

Black with #9666BD

Text Example


Text Example

White with #9666BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9666BD; }

 p { color: rgb(150,102,189); }

 H1.HeaderClassName
 {
   color: #9666BD;
 }
 .AnyTagClassName
 {
   color: #9666BD;
 }
</style>

background-color css

<style>
 a { background-color: #9666BD; }

 a { background-color: rgb(150,102,189); }

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

border-color css

<style>
 span { border-color: #9666BD; }

 span { border-color: rgb(150,102,189); }

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