Html Css Color HEX #9953EF Medium Purple

📋 copy color: '#9953EF'

red 153 ◦ green 83 ◦ blue 239

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

Shades of Medium Purple #9953EF

Tints of Medium Purple #9953EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.47%

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 32.21%
G = 17.47%
B = 50.32%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9953EF (or 0x9953EF) is known color: Medium Purple. HEX triplet: 99, 53 and EF. RGB value is (153,83,239). Sum of RGB (Red+Green+Blue) = 153+83+239=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #9953EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9953EF is #66AC10. Grayscale: #797979. Windows color (decimal): -6728721 or 15684505. OLE color: 15684505.

HSL color Cylindrical-coordinate representation of color #9953EF: hue angle of 266.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9953EF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 83 239 -
CMYK 0.36 0.65 0 0.06
HSL 266.92º 0.83% 0.63% -
HSV(B) 266.92º 0.65% 0.94% -
XYZ 31.81 19.19 83.69 -
YUV 121.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 153 83 239 0.36 0.65 0 0.06 266.92 0.83 0.63
Hex 99 53 EF 24 41 0 6 10B 53 3F
Octal 231 123 357 44 101 0 6 413 123 77
Binary 10011001 1010011 11101111 100100 1000001 0 110 100001011 1010011 111111

Color Harmonies of #9953EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953EF

Black with #9953EF

Text Example


Text Example

White with #9953EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9953EF; }

 p { color: rgb(153,83,239); }

 H1.HeaderClassName
 {
   color: #9953EF;
 }
 .AnyTagClassName
 {
   color: #9953EF;
 }
</style>

background-color css

<style>
 a { background-color: #9953EF; }

 a { background-color: rgb(153,83,239); }

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

border-color css

<style>
 span { border-color: #9953EF; }

 span { border-color: rgb(153,83,239); }

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