Html Css Color HEX #986ADA Medium Purple

📋 copy color: '#986ADA'

red 152 ◦ green 106 ◦ blue 218

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

Shades of Medium Purple #986ADA

Tints of Medium Purple #986ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 31.93%
G = 22.27%
B = 45.8%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#986ADA (or 0x986ADA) is known color: Medium Purple. HEX triplet: 98, 6A and DA. RGB value is (152,106,218). Sum of RGB (Red+Green+Blue) = 152+106+218=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #986ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ADA is #679525. Grayscale: #848484. Windows color (decimal): -6788390 or 14314136. OLE color: 14314136.

HSL color Cylindrical-coordinate representation of color #986ADA: hue angle of 264.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986ADA is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 106 218 -
CMYK 0.30 0.51 0 0.15
HSL 264.64º 0.6% 0.64% -
HSV(B) 264.64º 0.51% 0.85% -
XYZ 30.76 22.05 68.96 -
YUV 132.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 152 106 218 0.30 0.51 0 0.15 264.64 0.6 0.64
Hex 98 6A DA 1E 33 0 F 109 3C 40
Octal 230 152 332 36 63 0 17 411 74 100
Binary 10011000 1101010 11011010 11110 110011 0 1111 100001001 111100 1000000

Color Harmonies of #986ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986ADA

Black with #986ADA

Text Example


Text Example

White with #986ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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