Html Css Color HEX #9866CC Amethyst

📋 copy color: '#9866CC'

red 152 ◦ green 102 ◦ blue 204

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

Shades of Amethyst #9866CC

Tints of Amethyst #9866CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 33.19%
G = 22.27%
B = 44.54%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9866CC (or 0x9866CC) is known color: Amethyst. HEX triplet: 98, 66 and CC. RGB value is (152,102,204). Sum of RGB (Red+Green+Blue) = 152+102+204=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #9866CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866CC is #679933. Grayscale: #808080. Windows color (decimal): -6789428 or 13395608. OLE color: 13395608.

HSL color Cylindrical-coordinate representation of color #9866CC: hue angle of 269.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9866CC is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 102 204 -
CMYK 0.25 0.5 0 0.2
HSL 269.41º 0.5% 0.6% -
HSV(B) 269.41º 0.5% 0.8% -
XYZ 28.6 20.54 59.58 -
YUV 128.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 152 102 204 0.25 0.5 0 0.2 269.41 0.5 0.6
Hex 98 66 CC 19 32 0 14 10D 32 3C
Octal 230 146 314 31 62 0 24 415 62 74
Binary 10011000 1100110 11001100 11001 110010 0 10100 100001101 110010 111100

Color Harmonies of #9866CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9866CC

Black with #9866CC

Text Example


Text Example

White with #9866CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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