Html Css Color HEX #9954F8 Medium Purple

📋 copy color: '#9954F8'

red 153 ◦ green 84 ◦ blue 248

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

Shades of Medium Purple #9954F8

Tints of Medium Purple #9954F8

RGB

 RED value IS 153 (60.16% from 255) = 31.55%

 GREEN value IS 84 (33.2% from 255) = 17.32%

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

R = 31.55%
G = 17.32%
B = 51.13%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9954F8 (or 0x9954F8) is known color: Medium Purple. HEX triplet: 99, 54 and F8. RGB value is (153,84,248). Sum of RGB (Red+Green+Blue) = 153+84+248=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #9954F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9954F8 is #66AB07. Grayscale: #7A7A7A. Windows color (decimal): -6728456 or 16274585. OLE color: 16274585.

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

Color convert

RGB 153 84 248 -
CMYK 0.38 0.66 0 0.03
HSL 265.24º 0.92% 0.65% -
HSV(B) 265.24º 0.66% 0.97% -
XYZ 33.25 19.89 90.89 -
YUV 123.33 198.36 149.16 -
System Red Green Blue C M Y K H S L
Decimal 153 84 248 0.38 0.66 0 0.03 265.24 0.92 0.65
Hex 99 54 F8 26 42 0 3 109 5C 41
Octal 231 124 370 46 102 0 3 411 134 101
Binary 10011001 1010100 11111000 100110 1000010 0 11 100001001 1011100 1000001

Color Harmonies of #9954F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9954F8

Black with #9954F8

Text Example


Text Example

White with #9954F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,84,248); }

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

background-color css

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

 a { background-color: rgb(153,84,248); }

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

border-color css

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

 span { border-color: rgb(153,84,248); }

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