Html Css Color HEX #9955EC Medium Purple

📋 copy color: '#9955EC'

red 153 ◦ green 85 ◦ blue 236

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

Shades of Medium Purple #9955EC

Tints of Medium Purple #9955EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 32.28%
G = 17.93%
B = 49.79%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9955EC (or 0x9955EC) is known color: Medium Purple. HEX triplet: 99, 55 and EC. RGB value is (153,85,236). Sum of RGB (Red+Green+Blue) = 153+85+236=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #9955EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9955EC is #66AA13. Grayscale: #7A7A7A. Windows color (decimal): -6728212 or 15488409. OLE color: 15488409.

HSL color Cylindrical-coordinate representation of color #9955EC: hue angle of 267.02º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9955EC is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 85 236 -
CMYK 0.35 0.64 0 0.07
HSL 267.02º 0.8% 0.63% -
HSV(B) 267.02º 0.64% 0.93% -
XYZ 31.53 19.33 81.43 -
YUV 122.55 192.03 149.72 -
System Red Green Blue C M Y K H S L
Decimal 153 85 236 0.35 0.64 0 0.07 267.02 0.8 0.63
Hex 99 55 EC 23 40 0 7 10B 50 3F
Octal 231 125 354 43 100 0 7 413 120 77
Binary 10011001 1010101 11101100 100011 1000000 0 111 100001011 1010000 111111

Color Harmonies of #9955EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955EC

Black with #9955EC

Text Example


Text Example

White with #9955EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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