Html Css Color HEX #9866CE Amethyst

📋 copy color: '#9866CE'

red 152 ◦ green 102 ◦ blue 206

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

Shades of Amethyst #9866CE

Tints of Amethyst #9866CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 33.04%
G = 22.17%
B = 44.78%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9866CE (or 0x9866CE) is known color: Amethyst. HEX triplet: 98, 66 and CE. RGB value is (152,102,206). Sum of RGB (Red+Green+Blue) = 152+102+206=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #9866CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866CE is #679931. Grayscale: #808080. Windows color (decimal): -6789426 or 13526680. OLE color: 13526680.

HSL color Cylindrical-coordinate representation of color #9866CE: hue angle of 268.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9866CE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 102 206 -
CMYK 0.26 0.50 0 0.19
HSL 268.85º 0.51% 0.6% -
HSV(B) 268.85º 0.5% 0.81% -
XYZ 28.84 20.63 60.86 -
YUV 128.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 152 102 206 0.26 0.50 0 0.19 268.85 0.51 0.6
Hex 98 66 CE 1A 32 0 13 10D 33 3C
Octal 230 146 316 32 62 0 23 415 63 74
Binary 10011000 1100110 11001110 11010 110010 0 10011 100001101 110011 111100

Color Harmonies of #9866CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9866CE

Black with #9866CE

Text Example


Text Example

White with #9866CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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