Html Css Color HEX #986CDC Medium Purple

📋 copy color: '#986CDC'

red 152 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #986CDC

Tints of Medium Purple #986CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 31.67%
G = 22.5%
B = 45.83%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#986CDC (or 0x986CDC) is known color: Medium Purple. HEX triplet: 98, 6C and DC. RGB value is (152,108,220). Sum of RGB (Red+Green+Blue) = 152+108+220=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #986CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CDC is #679323. Grayscale: #858585. Windows color (decimal): -6787876 or 14445720. OLE color: 14445720.

HSL color Cylindrical-coordinate representation of color #986CDC: hue angle of 263.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986CDC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 108 220 -
CMYK 0.31 0.51 0 0.14
HSL 263.57º 0.62% 0.64% -
HSV(B) 263.57º 0.51% 0.86% -
XYZ 31.23 22.57 70.42 -
YUV 133.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 152 108 220 0.31 0.51 0 0.14 263.57 0.62 0.64
Hex 98 6C DC 1F 33 0 E 108 3E 40
Octal 230 154 334 37 63 0 16 410 76 100
Binary 10011000 1101100 11011100 11111 110011 0 1110 100001000 111110 1000000

Color Harmonies of #986CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CDC

Black with #986CDC

Text Example


Text Example

White with #986CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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