Html Css Color HEX #986BCF Amethyst

📋 copy color: '#986BCF'

red 152 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #986BCF

Tints of Amethyst #986BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.96%

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

R = 32.62%
G = 22.96%
B = 44.42%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#986BCF (or 0x986BCF) is known color: Amethyst. HEX triplet: 98, 6B and CF. RGB value is (152,107,207). Sum of RGB (Red+Green+Blue) = 152+107+207=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #986BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BCF is #679430. Grayscale: #838383. Windows color (decimal): -6788145 or 13593496. OLE color: 13593496.

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

Color convert

RGB 152 107 207 -
CMYK 0.27 0.48 0 0.19
HSL 267º 0.51% 0.62% -
HSV(B) 267º 0.48% 0.81% -
XYZ 29.47 21.7 61.67 -
YUV 131.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 152 107 207 0.27 0.48 0 0.19 267 0.51 0.62
Hex 98 6B CF 1B 30 0 13 10B 33 3E
Octal 230 153 317 33 60 0 23 413 63 76
Binary 10011000 1101011 11001111 11011 110000 0 10011 100001011 110011 111110

Color Harmonies of #986BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BCF

Black with #986BCF

Text Example


Text Example

White with #986BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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