Html Css Color HEX #985CEA Medium Purple

📋 copy color: '#985CEA'

red 152 ◦ green 92 ◦ blue 234

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

Shades of Medium Purple #985CEA

Tints of Medium Purple #985CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.25%

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

R = 31.8%
G = 19.25%
B = 48.95%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#985CEA (or 0x985CEA) is known color: Medium Purple. HEX triplet: 98, 5C and EA. RGB value is (152,92,234). Sum of RGB (Red+Green+Blue) = 152+92+234=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #985CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CEA is #67A315. Grayscale: #7D7D7D. Windows color (decimal): -6791958 or 15359128. OLE color: 15359128.

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

Color convert

RGB 152 92 234 -
CMYK 0.35 0.61 0 0.08
HSL 265.35º 0.77% 0.64% -
HSV(B) 265.35º 0.61% 0.92% -
XYZ 31.63 20.27 80.09 -
YUV 126.13 188.88 146.45 -
System Red Green Blue C M Y K H S L
Decimal 152 92 234 0.35 0.61 0 0.08 265.35 0.77 0.64
Hex 98 5C EA 23 3D 0 8 109 4D 40
Octal 230 134 352 43 75 0 10 411 115 100
Binary 10011000 1011100 11101010 100011 111101 0 1000 100001001 1001101 1000000

Color Harmonies of #985CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CEA

Black with #985CEA

Text Example


Text Example

White with #985CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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