Html Css Color HEX #9955F4 Medium Purple

📋 copy color: '#9955F4'

red 153 ◦ green 85 ◦ blue 244

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

Shades of Medium Purple #9955F4

Tints of Medium Purple #9955F4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 244 (95.7% from 255) = 50.62%

R = 31.74%
G = 17.63%
B = 50.62%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9955F4 (or 0x9955F4) is known color: Medium Purple. HEX triplet: 99, 55 and F4. RGB value is (153,85,244). Sum of RGB (Red+Green+Blue) = 153+85+244=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #9955F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9955F4 is #66AA0B. Grayscale: #7A7A7A. Windows color (decimal): -6728204 or 16012697. OLE color: 16012697.

HSL color Cylindrical-coordinate representation of color #9955F4: hue angle of 265.66º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9955F4 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 85 244 -
CMYK 0.37 0.65 0 0.04
HSL 265.66º 0.88% 0.65% -
HSV(B) 265.66º 0.65% 0.96% -
XYZ 32.71 19.8 87.69 -
YUV 123.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 153 85 244 0.37 0.65 0 0.04 265.66 0.88 0.65
Hex 99 55 F4 25 41 0 4 10A 58 41
Octal 231 125 364 45 101 0 4 412 130 101
Binary 10011001 1010101 11110100 100101 1000001 0 100 100001010 1011000 1000001

Color Harmonies of #9955F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955F4

Black with #9955F4

Text Example


Text Example

White with #9955F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9955F4; }

 p { color: rgb(153,85,244); }

 H1.HeaderClassName
 {
   color: #9955F4;
 }
 .AnyTagClassName
 {
   color: #9955F4;
 }
</style>

background-color css

<style>
 a { background-color: #9955F4; }

 a { background-color: rgb(153,85,244); }

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

border-color css

<style>
 span { border-color: #9955F4; }

 span { border-color: rgb(153,85,244); }

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