Html Css Color HEX #986AEC Medium Purple

📋 copy color: '#986AEC'

red 152 ◦ green 106 ◦ blue 236

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

Shades of Medium Purple #986AEC

Tints of Medium Purple #986AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

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

R = 30.77%
G = 21.46%
B = 47.77%

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

#986AEC (or 0x986AEC) is known color: Medium Purple. HEX triplet: 98, 6A and EC. RGB value is (152,106,236). Sum of RGB (Red+Green+Blue) = 152+106+236=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #986AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AEC is #679513. Grayscale: #868686. Windows color (decimal): -6788372 or 15493784. OLE color: 15493784.

HSL color Cylindrical-coordinate representation of color #986AEC: hue angle of 261.23º 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 #986AEC is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 106 236 -
CMYK 0.36 0.55 0 0.07
HSL 261.23º 0.77% 0.67% -
HSV(B) 261.23º 0.55% 0.93% -
XYZ 33.24 23.04 82.05 -
YUV 134.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 152 106 236 0.36 0.55 0 0.07 261.23 0.77 0.67
Hex 98 6A EC 24 37 0 7 105 4D 43
Octal 230 152 354 44 67 0 7 405 115 103
Binary 10011000 1101010 11101100 100100 110111 0 111 100000101 1001101 1000011

Color Harmonies of #986AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AEC

Black with #986AEC

Text Example


Text Example

White with #986AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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