Html Css Color HEX #986CE0 Medium Purple

📋 copy color: '#986CE0'

red 152 ◦ green 108 ◦ blue 224

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

Shades of Medium Purple #986CE0

Tints of Medium Purple #986CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 31.4%
G = 22.31%
B = 46.28%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#986CE0 (or 0x986CE0) is known color: Medium Purple. HEX triplet: 98, 6C and E0. RGB value is (152,108,224). Sum of RGB (Red+Green+Blue) = 152+108+224=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #986CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CE0 is #67931F. Grayscale: #858585. Windows color (decimal): -6787872 or 14707864. OLE color: 14707864.

HSL color Cylindrical-coordinate representation of color #986CE0: hue angle of 262.76º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986CE0 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 108 224 -
CMYK 0.32 0.52 0 0.12
HSL 262.76º 0.65% 0.65% -
HSV(B) 262.76º 0.52% 0.88% -
XYZ 31.77 22.78 73.24 -
YUV 134.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 152 108 224 0.32 0.52 0 0.12 262.76 0.65 0.65
Hex 98 6C E0 20 34 0 C 107 41 41
Octal 230 154 340 40 64 0 14 407 101 101
Binary 10011000 1101100 11100000 100000 110100 0 1100 100000111 1000001 1000001

Color Harmonies of #986CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CE0

Black with #986CE0

Text Example


Text Example

White with #986CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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