Html Css Color HEX #985BEB Medium Purple

📋 copy color: '#985BEB'

red 152 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #985BEB

Tints of Medium Purple #985BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 31.8%
G = 19.04%
B = 49.16%

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

#985BEB (or 0x985BEB) is known color: Medium Purple. HEX triplet: 98, 5B and EB. RGB value is (152,91,235). Sum of RGB (Red+Green+Blue) = 152+91+235=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #985BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985BEB is #67A414. Grayscale: #7D7D7D. Windows color (decimal): -6792213 or 15424408. OLE color: 15424408.

HSL color Cylindrical-coordinate representation of color #985BEB: hue angle of 265.42º degrees, saturation: 0.78, 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 #985BEB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 91 235 -
CMYK 0.35 0.61 0 0.08
HSL 265.42º 0.78% 0.64% -
HSV(B) 265.42º 0.61% 0.92% -
XYZ 31.69 20.16 80.82 -
YUV 125.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 152 91 235 0.35 0.61 0 0.08 265.42 0.78 0.64
Hex 98 5B EB 23 3D 0 8 109 4E 40
Octal 230 133 353 43 75 0 10 411 116 100
Binary 10011000 1011011 11101011 100011 111101 0 1000 100001001 1001110 1000000

Color Harmonies of #985BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BEB

Black with #985BEB

Text Example


Text Example

White with #985BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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