Html Css Color HEX #985AED Medium Purple

📋 copy color: '#985AED'

red 152 ◦ green 90 ◦ blue 237

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

Shades of Medium Purple #985AED

Tints of Medium Purple #985AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 31.73%
G = 18.79%
B = 49.48%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#985AED (or 0x985AED) is known color: Medium Purple. HEX triplet: 98, 5A and ED. RGB value is (152,90,237). Sum of RGB (Red+Green+Blue) = 152+90+237=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #985AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985AED is #67A512. Grayscale: #7C7C7C. Windows color (decimal): -6792467 or 15555224. OLE color: 15555224.

HSL color Cylindrical-coordinate representation of color #985AED: hue angle of 265.31º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #985AED is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 90 237 -
CMYK 0.36 0.62 0 0.07
HSL 265.31º 0.8% 0.64% -
HSV(B) 265.31º 0.62% 0.93% -
XYZ 31.89 20.1 82.32 -
YUV 125.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 152 90 237 0.36 0.62 0 0.07 265.31 0.8 0.64
Hex 98 5A ED 24 3E 0 7 109 50 40
Octal 230 132 355 44 76 0 7 411 120 100
Binary 10011000 1011010 11101101 100100 111110 0 111 100001001 1010000 1000000

Color Harmonies of #985AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985AED

Black with #985AED

Text Example


Text Example

White with #985AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,90,237); }

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

background-color css

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

 a { background-color: rgb(152,90,237); }

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

border-color css

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

 span { border-color: rgb(152,90,237); }

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