Html Css Color HEX #9955EB Medium Purple

📋 copy color: '#9955EB'

red 153 ◦ green 85 ◦ blue 235

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

Shades of Medium Purple #9955EB

Tints of Medium Purple #9955EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 32.35%
G = 17.97%
B = 49.68%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9955EB (or 0x9955EB) is known color: Medium Purple. HEX triplet: 99, 55 and EB. RGB value is (153,85,235). Sum of RGB (Red+Green+Blue) = 153+85+235=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #9955EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9955EB is #66AA14. Grayscale: #797979. Windows color (decimal): -6728213 or 15422873. OLE color: 15422873.

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

Color convert

RGB 153 85 235 -
CMYK 0.35 0.64 0 0.08
HSL 267.2º 0.79% 0.63% -
HSV(B) 267.2º 0.64% 0.92% -
XYZ 31.38 19.27 80.66 -
YUV 122.43 191.53 149.8 -
System Red Green Blue C M Y K H S L
Decimal 153 85 235 0.35 0.64 0 0.08 267.2 0.79 0.63
Hex 99 55 EB 23 40 0 8 10B 4F 3F
Octal 231 125 353 43 100 0 10 413 117 77
Binary 10011001 1010101 11101011 100011 1000000 0 1000 100001011 1001111 111111

Color Harmonies of #9955EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955EB

Black with #9955EB

Text Example


Text Example

White with #9955EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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