Html Css Color HEX #986BEC Medium Purple

📋 copy color: '#986BEC'

red 152 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #986BEC

Tints of Medium Purple #986BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 30.71%
G = 21.62%
B = 47.68%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#986BEC (or 0x986BEC) is known color: Medium Purple. HEX triplet: 98, 6B and EC. RGB value is (152,107,236). Sum of RGB (Red+Green+Blue) = 152+107+236=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #986BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BEC is #679413. Grayscale: #868686. Windows color (decimal): -6788116 or 15494040. OLE color: 15494040.

HSL color Cylindrical-coordinate representation of color #986BEC: hue angle of 260.93º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986BEC is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 107 236 -
CMYK 0.36 0.55 0 0.07
HSL 260.93º 0.77% 0.67% -
HSV(B) 260.93º 0.55% 0.93% -
XYZ 33.35 23.25 82.09 -
YUV 135.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 152 107 236 0.36 0.55 0 0.07 260.93 0.77 0.67
Hex 98 6B EC 24 37 0 7 105 4D 43
Octal 230 153 354 44 67 0 7 405 115 103
Binary 10011000 1101011 11101100 100100 110111 0 111 100000101 1001101 1000011

Color Harmonies of #986BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BEC

Black with #986BEC

Text Example


Text Example

White with #986BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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