Html Css Color HEX #986ACB Amethyst

📋 copy color: '#986ACB'

red 152 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #986ACB

Tints of Amethyst #986ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.99%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 32.97%
G = 22.99%
B = 44.03%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#986ACB (or 0x986ACB) is known color: Amethyst. HEX triplet: 98, 6A and CB. RGB value is (152,106,203). Sum of RGB (Red+Green+Blue) = 152+106+203=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #986ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ACB is #679534. Grayscale: #828282. Windows color (decimal): -6788405 or 13331096. OLE color: 13331096.

HSL color Cylindrical-coordinate representation of color #986ACB: hue angle of 268.45º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #986ACB is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 106 203 -
CMYK 0.25 0.48 0 0.20
HSL 268.45º 0.48% 0.61% -
HSV(B) 268.45º 0.48% 0.8% -
XYZ 28.88 21.3 59.09 -
YUV 130.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 152 106 203 0.25 0.48 0 0.20 268.45 0.48 0.61
Hex 98 6A CB 19 30 0 14 10C 30 3D
Octal 230 152 313 31 60 0 24 414 60 75
Binary 10011000 1101010 11001011 11001 110000 0 10100 100001100 110000 111101

Color Harmonies of #986ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986ACB

Black with #986ACB

Text Example


Text Example

White with #986ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986ACB; }

 p { color: rgb(152,106,203); }

 H1.HeaderClassName
 {
   color: #986ACB;
 }
 .AnyTagClassName
 {
   color: #986ACB;
 }
</style>

background-color css

<style>
 a { background-color: #986ACB; }

 a { background-color: rgb(152,106,203); }

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

border-color css

<style>
 span { border-color: #986ACB; }

 span { border-color: rgb(152,106,203); }

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