Html Css Color HEX #986ACF Amethyst

📋 copy color: '#986ACF'

red 152 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #986ACF

Tints of Amethyst #986ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 32.69%
G = 22.8%
B = 44.52%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#986ACF (or 0x986ACF) is known color: Amethyst. HEX triplet: 98, 6A and CF. RGB value is (152,106,207). Sum of RGB (Red+Green+Blue) = 152+106+207=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #986ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ACF is #679530. Grayscale: #828282. Windows color (decimal): -6788401 or 13593240. OLE color: 13593240.

HSL color Cylindrical-coordinate representation of color #986ACF: hue angle of 267.33º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986ACF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 106 207 -
CMYK 0.27 0.49 0 0.19
HSL 267.33º 0.51% 0.61% -
HSV(B) 267.33º 0.49% 0.81% -
XYZ 29.37 21.49 61.63 -
YUV 131.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 152 106 207 0.27 0.49 0 0.19 267.33 0.51 0.61
Hex 98 6A CF 1B 31 0 13 10B 33 3D
Octal 230 152 317 33 61 0 23 413 63 75
Binary 10011000 1101010 11001111 11011 110001 0 10011 100001011 110011 111101

Color Harmonies of #986ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986ACF

Black with #986ACF

Text Example


Text Example

White with #986ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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