Html Css Color HEX #985DEA Medium Purple

📋 copy color: '#985DEA'

red 152 ◦ green 93 ◦ blue 234

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

Shades of Medium Purple #985DEA

Tints of Medium Purple #985DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.42%

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 31.73%
G = 19.42%
B = 48.85%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#985DEA (or 0x985DEA) is known color: Medium Purple. HEX triplet: 98, 5D and EA. RGB value is (152,93,234). Sum of RGB (Red+Green+Blue) = 152+93+234=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #985DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985DEA is #67A215. Grayscale: #7E7E7E. Windows color (decimal): -6791702 or 15359384. OLE color: 15359384.

HSL color Cylindrical-coordinate representation of color #985DEA: hue angle of 265.11º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #985DEA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 93 234 -
CMYK 0.35 0.60 0 0.08
HSL 265.11º 0.77% 0.64% -
HSV(B) 265.11º 0.6% 0.92% -
XYZ 31.71 20.44 80.12 -
YUV 126.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 152 93 234 0.35 0.60 0 0.08 265.11 0.77 0.64
Hex 98 5D EA 23 3C 0 8 109 4D 40
Octal 230 135 352 43 74 0 10 411 115 100
Binary 10011000 1011101 11101010 100011 111100 0 1000 100001001 1001101 1000000

Color Harmonies of #985DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DEA

Black with #985DEA

Text Example


Text Example

White with #985DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985DEA; }

 p { color: rgb(152,93,234); }

 H1.HeaderClassName
 {
   color: #985DEA;
 }
 .AnyTagClassName
 {
   color: #985DEA;
 }
</style>

background-color css

<style>
 a { background-color: #985DEA; }

 a { background-color: rgb(152,93,234); }

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

border-color css

<style>
 span { border-color: #985DEA; }

 span { border-color: rgb(152,93,234); }

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