Html Css Color HEX #986BDF Medium Purple

📋 copy color: '#986BDF'

red 152 ◦ green 107 ◦ blue 223

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

Shades of Medium Purple #986BDF

Tints of Medium Purple #986BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 31.54%
G = 22.2%
B = 46.27%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#986BDF (or 0x986BDF) is known color: Medium Purple. HEX triplet: 98, 6B and DF. RGB value is (152,107,223). Sum of RGB (Red+Green+Blue) = 152+107+223=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #986BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BDF is #679420. Grayscale: #858585. Windows color (decimal): -6788129 or 14642072. OLE color: 14642072.

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

Color convert

RGB 152 107 223 -
CMYK 0.32 0.52 0 0.13
HSL 263.28º 0.64% 0.65% -
HSV(B) 263.28º 0.52% 0.87% -
XYZ 31.53 22.52 72.5 -
YUV 133.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 152 107 223 0.32 0.52 0 0.13 263.28 0.64 0.65
Hex 98 6B DF 20 34 0 D 107 40 41
Octal 230 153 337 40 64 0 15 407 100 101
Binary 10011000 1101011 11011111 100000 110100 0 1101 100000111 1000000 1000001

Color Harmonies of #986BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BDF

Black with #986BDF

Text Example


Text Example

White with #986BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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