Html Css Color HEX #985FF5 Medium Purple

📋 copy color: '#985FF5'

red 152 ◦ green 95 ◦ blue 245

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

Shades of Medium Purple #985FF5

Tints of Medium Purple #985FF5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.31%

 BLUE value IS 245 (96.09% from 255) = 49.8%

R = 30.89%
G = 19.31%
B = 49.8%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#985FF5 (or 0x985FF5) is known color: Medium Purple. HEX triplet: 98, 5F and F5. RGB value is (152,95,245). Sum of RGB (Red+Green+Blue) = 152+95+245=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #985FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985FF5 is #67A00A. Grayscale: #808080. Windows color (decimal): -6791179 or 16080792. OLE color: 16080792.

HSL color Cylindrical-coordinate representation of color #985FF5: hue angle of 262.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985FF5 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 95 245 -
CMYK 0.38 0.61 0 0.04
HSL 262.8º 0.88% 0.67% -
HSV(B) 262.8º 0.61% 0.96% -
XYZ 33.52 21.45 88.76 -
YUV 129.14 193.38 144.3 -
System Red Green Blue C M Y K H S L
Decimal 152 95 245 0.38 0.61 0 0.04 262.8 0.88 0.67
Hex 98 5F F5 26 3D 0 4 107 58 43
Octal 230 137 365 46 75 0 4 407 130 103
Binary 10011000 1011111 11110101 100110 111101 0 100 100000111 1011000 1000011

Color Harmonies of #985FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FF5

Black with #985FF5

Text Example


Text Example

White with #985FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,95,245); }

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

background-color css

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

 a { background-color: rgb(152,95,245); }

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

border-color css

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

 span { border-color: rgb(152,95,245); }

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