Html Css Color HEX #9866BF Amethyst

📋 copy color: '#9866BF'

red 152 ◦ green 102 ◦ blue 191

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

Shades of Amethyst #9866BF

Tints of Amethyst #9866BF

RGB

 RED value IS 152 (59.77% from 255) = 34.16%

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

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

R = 34.16%
G = 22.92%
B = 42.92%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9866BF (or 0x9866BF) is known color: Amethyst. HEX triplet: 98, 66 and BF. RGB value is (152,102,191). Sum of RGB (Red+Green+Blue) = 152+102+191=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #9866BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866BF is #679940. Grayscale: #7E7E7E. Windows color (decimal): -6789441 or 12543640. OLE color: 12543640.

HSL color Cylindrical-coordinate representation of color #9866BF: hue angle of 273.71º 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 #9866BF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 102 191 -
CMYK 0.20 0.47 0 0.25
HSL 273.71º 0.41% 0.57% -
HSV(B) 273.71º 0.47% 0.75% -
XYZ 27.1 19.94 51.71 -
YUV 127.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 152 102 191 0.20 0.47 0 0.25 273.71 0.41 0.57
Hex 98 66 BF 14 2F 0 19 112 29 39
Octal 230 146 277 24 57 0 31 422 51 71
Binary 10011000 1100110 10111111 10100 101111 0 11001 100010010 101001 111001

Color Harmonies of #9866BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9866BF

Black with #9866BF

Text Example


Text Example

White with #9866BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9866BF; }

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

 H1.HeaderClassName
 {
   color: #9866BF;
 }
 .AnyTagClassName
 {
   color: #9866BF;
 }
</style>

background-color css

<style>
 a { background-color: #9866BF; }

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

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

border-color css

<style>
 span { border-color: #9866BF; }

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

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