Html Css Color HEX #985CEC Medium Purple

📋 copy color: '#985CEC'

red 152 ◦ green 92 ◦ blue 236

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

Shades of Medium Purple #985CEC

Tints of Medium Purple #985CEC

RGB

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

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

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

R = 31.67%
G = 19.17%
B = 49.17%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#985CEC (or 0x985CEC) is known color: Medium Purple. HEX triplet: 98, 5C and EC. RGB value is (152,92,236). Sum of RGB (Red+Green+Blue) = 152+92+236=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #985CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CEC is #67A313. Grayscale: #7D7D7D. Windows color (decimal): -6791956 or 15490200. OLE color: 15490200.

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

Color convert

RGB 152 92 236 -
CMYK 0.36 0.61 0 0.07
HSL 265º 0.79% 0.64% -
HSV(B) 265º 0.61% 0.93% -
XYZ 31.92 20.39 81.61 -
YUV 126.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 152 92 236 0.36 0.61 0 0.07 265 0.79 0.64
Hex 98 5C EC 24 3D 0 7 109 4F 40
Octal 230 134 354 44 75 0 7 411 117 100
Binary 10011000 1011100 11101100 100100 111101 0 111 100001001 1001111 1000000

Color Harmonies of #985CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CEC

Black with #985CEC

Text Example


Text Example

White with #985CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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