Html Css Color HEX #985BED Medium Purple

📋 copy color: '#985BED'

red 152 ◦ green 91 ◦ blue 237

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

Shades of Medium Purple #985BED

Tints of Medium Purple #985BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.96%

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

R = 31.67%
G = 18.96%
B = 49.38%

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

#985BED (or 0x985BED) is known color: Medium Purple. HEX triplet: 98, 5B and ED. RGB value is (152,91,237). Sum of RGB (Red+Green+Blue) = 152+91+237=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #985BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985BED is #67A412. Grayscale: #7D7D7D. Windows color (decimal): -6792211 or 15555480. OLE color: 15555480.

HSL color Cylindrical-coordinate representation of color #985BED: hue angle of 265.07º 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 #985BED is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 91 237 -
CMYK 0.36 0.62 0 0.07
HSL 265.07º 0.8% 0.64% -
HSV(B) 265.07º 0.62% 0.93% -
XYZ 31.98 20.27 82.35 -
YUV 125.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 152 91 237 0.36 0.62 0 0.07 265.07 0.8 0.64
Hex 98 5B ED 24 3E 0 7 109 50 40
Octal 230 133 355 44 76 0 7 411 120 100
Binary 10011000 1011011 11101101 100100 111110 0 111 100001001 1010000 1000000

Color Harmonies of #985BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BED

Black with #985BED

Text Example


Text Example

White with #985BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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