Html Css Color HEX #9858F8 Medium Purple

📋 copy color: '#9858F8'

red 152 ◦ green 88 ◦ blue 248

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

Shades of Medium Purple #9858F8

Tints of Medium Purple #9858F8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 31.15%
G = 18.03%
B = 50.82%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9858F8 (or 0x9858F8) is known color: Medium Purple. HEX triplet: 98, 58 and F8. RGB value is (152,88,248). Sum of RGB (Red+Green+Blue) = 152+88+248=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #9858F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9858F8 is #67A707. Grayscale: #7C7C7C. Windows color (decimal): -6792968 or 16275608. OLE color: 16275608.

HSL color Cylindrical-coordinate representation of color #9858F8: hue angle of 264º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9858F8 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 88 248 -
CMYK 0.39 0.65 0 0.03
HSL 264º 0.92% 0.66% -
HSV(B) 264º 0.65% 0.97% -
XYZ 33.38 20.43 90.99 -
YUV 125.38 197.2 146.99 -
System Red Green Blue C M Y K H S L
Decimal 152 88 248 0.39 0.65 0 0.03 264 0.92 0.66
Hex 98 58 F8 27 41 0 3 108 5C 42
Octal 230 130 370 47 101 0 3 410 134 102
Binary 10011000 1011000 11111000 100111 1000001 0 11 100001000 1011100 1000010

Color Harmonies of #9858F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9858F8

Black with #9858F8

Text Example


Text Example

White with #9858F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9858F8; }

 p { color: rgb(152,88,248); }

 H1.HeaderClassName
 {
   color: #9858F8;
 }
 .AnyTagClassName
 {
   color: #9858F8;
 }
</style>

background-color css

<style>
 a { background-color: #9858F8; }

 a { background-color: rgb(152,88,248); }

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

border-color css

<style>
 span { border-color: #9858F8; }

 span { border-color: rgb(152,88,248); }

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