Html Css Color HEX #986BDB Medium Purple

📋 copy color: '#986BDB'

red 152 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #986BDB

Tints of Medium Purple #986BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 31.8%
G = 22.38%
B = 45.82%

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

#986BDB (or 0x986BDB) is known color: Medium Purple. HEX triplet: 98, 6B and DB. RGB value is (152,107,219). Sum of RGB (Red+Green+Blue) = 152+107+219=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #986BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BDB is #679424. Grayscale: #848484. Windows color (decimal): -6788133 or 14379928. OLE color: 14379928.

HSL color Cylindrical-coordinate representation of color #986BDB: hue angle of 264.11º degrees, saturation: 0.61, 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 #986BDB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 107 219 -
CMYK 0.31 0.51 0 0.14
HSL 264.11º 0.61% 0.64% -
HSV(B) 264.11º 0.51% 0.86% -
XYZ 30.99 22.31 69.69 -
YUV 133.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 152 107 219 0.31 0.51 0 0.14 264.11 0.61 0.64
Hex 98 6B DB 1F 33 0 E 108 3D 40
Octal 230 153 333 37 63 0 16 410 75 100
Binary 10011000 1101011 11011011 11111 110011 0 1110 100001000 111101 1000000

Color Harmonies of #986BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BDB

Black with #986BDB

Text Example


Text Example

White with #986BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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