Html Css Color HEX #9953F1 Medium Purple

📋 copy color: '#9953F1'

red 153 ◦ green 83 ◦ blue 241

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

Shades of Medium Purple #9953F1

Tints of Medium Purple #9953F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 32.08%
G = 17.4%
B = 50.52%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9953F1 (or 0x9953F1) is known color: Medium Purple. HEX triplet: 99, 53 and F1. RGB value is (153,83,241). Sum of RGB (Red+Green+Blue) = 153+83+241=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #9953F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9953F1 is #66AC0E. Grayscale: #797979. Windows color (decimal): -6728719 or 15815577. OLE color: 15815577.

HSL color Cylindrical-coordinate representation of color #9953F1: hue angle of 266.58º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9953F1 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 83 241 -
CMYK 0.37 0.66 0 0.05
HSL 266.58º 0.85% 0.64% -
HSV(B) 266.58º 0.66% 0.95% -
XYZ 32.11 19.31 85.25 -
YUV 121.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 153 83 241 0.37 0.66 0 0.05 266.58 0.85 0.64
Hex 99 53 F1 25 42 0 5 10B 55 40
Octal 231 123 361 45 102 0 5 413 125 100
Binary 10011001 1010011 11110001 100101 1000010 0 101 100001011 1010101 1000000

Color Harmonies of #9953F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953F1

Black with #9953F1

Text Example


Text Example

White with #9953F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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