Html Css Color HEX #986CCA Amethyst

📋 copy color: '#986CCA'

red 152 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #986CCA

Tints of Amethyst #986CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

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

R = 32.9%
G = 23.38%
B = 43.72%

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

#986CCA (or 0x986CCA) is known color: Amethyst. HEX triplet: 98, 6C and CA. RGB value is (152,108,202). Sum of RGB (Red+Green+Blue) = 152+108+202=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #986CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CCA is #679335. Grayscale: #838383. Windows color (decimal): -6787894 or 13266072. OLE color: 13266072.

HSL color Cylindrical-coordinate representation of color #986CCA: hue angle of 268.09º 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 #986CCA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 108 202 -
CMYK 0.25 0.47 0 0.21
HSL 268.09º 0.47% 0.61% -
HSV(B) 268.09º 0.47% 0.79% -
XYZ 28.97 21.66 58.53 -
YUV 131.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 152 108 202 0.25 0.47 0 0.21 268.09 0.47 0.61
Hex 98 6C CA 19 2F 0 15 10C 2F 3D
Octal 230 154 312 31 57 0 25 414 57 75
Binary 10011000 1101100 11001010 11001 101111 0 10101 100001100 101111 111101

Color Harmonies of #986CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CCA

Black with #986CCA

Text Example


Text Example

White with #986CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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