Html Css Color HEX #986CDD Medium Purple

📋 copy color: '#986CDD'

red 152 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #986CDD

Tints of Medium Purple #986CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 31.6%
G = 22.45%
B = 45.95%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#986CDD (or 0x986CDD) is known color: Medium Purple. HEX triplet: 98, 6C and DD. RGB value is (152,108,221). Sum of RGB (Red+Green+Blue) = 152+108+221=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #986CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CDD is #679322. Grayscale: #858585. Windows color (decimal): -6787875 or 14511256. OLE color: 14511256.

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

Color convert

RGB 152 108 221 -
CMYK 0.31 0.51 0 0.13
HSL 263.36º 0.62% 0.65% -
HSV(B) 263.36º 0.51% 0.87% -
XYZ 31.36 22.62 71.12 -
YUV 134.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 152 108 221 0.31 0.51 0 0.13 263.36 0.62 0.65
Hex 98 6C DD 1F 33 0 D 107 3E 41
Octal 230 154 335 37 63 0 15 407 76 101
Binary 10011000 1101100 11011101 11111 110011 0 1101 100000111 111110 1000001

Color Harmonies of #986CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CDD

Black with #986CDD

Text Example


Text Example

White with #986CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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