Html Css Color HEX #986BCA Amethyst

📋 copy color: '#986BCA'

red 152 ◦ green 107 ◦ blue 202

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

Shades of Amethyst #986BCA

Tints of Amethyst #986BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 32.97%
G = 23.21%
B = 43.82%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#986BCA (or 0x986BCA) is known color: Amethyst. HEX triplet: 98, 6B and CA. RGB value is (152,107,202). Sum of RGB (Red+Green+Blue) = 152+107+202=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #986BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BCA is #679435. Grayscale: #828282. Windows color (decimal): -6788150 or 13265816. OLE color: 13265816.

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

Color convert

RGB 152 107 202 -
CMYK 0.25 0.47 0 0.21
HSL 268.42º 0.47% 0.61% -
HSV(B) 268.42º 0.47% 0.79% -
XYZ 28.87 21.46 58.5 -
YUV 131.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 152 107 202 0.25 0.47 0 0.21 268.42 0.47 0.61
Hex 98 6B CA 19 2F 0 15 10C 2F 3D
Octal 230 153 312 31 57 0 25 414 57 75
Binary 10011000 1101011 11001010 11001 101111 0 10101 100001100 101111 111101

Color Harmonies of #986BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BCA

Black with #986BCA

Text Example


Text Example

White with #986BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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