Html Css Color HEX #985CED Medium Purple

📋 copy color: '#985CED'

red 152 ◦ green 92 ◦ blue 237

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

Shades of Medium Purple #985CED

Tints of Medium Purple #985CED

RGB

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

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

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

R = 31.6%
G = 19.13%
B = 49.27%

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

#985CED (or 0x985CED) is known color: Medium Purple. HEX triplet: 98, 5C and ED. RGB value is (152,92,237). Sum of RGB (Red+Green+Blue) = 152+92+237=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #985CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CED is #67A312. Grayscale: #7D7D7D. Windows color (decimal): -6791955 or 15555736. OLE color: 15555736.

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

Color convert

RGB 152 92 237 -
CMYK 0.36 0.61 0 0.07
HSL 264.83º 0.8% 0.65% -
HSV(B) 264.83º 0.61% 0.93% -
XYZ 32.06 20.44 82.38 -
YUV 126.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 152 92 237 0.36 0.61 0 0.07 264.83 0.8 0.65
Hex 98 5C ED 24 3D 0 7 109 50 41
Octal 230 134 355 44 75 0 7 411 120 101
Binary 10011000 1011100 11101101 100100 111101 0 111 100001001 1010000 1000001

Color Harmonies of #985CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CED

Black with #985CED

Text Example


Text Example

White with #985CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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