Html Css Color HEX #9F53FD Medium Purple

📋 copy color: '#9F53FD'

red 159 ◦ green 83 ◦ blue 253

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

Shades of Medium Purple #9F53FD

Tints of Medium Purple #9F53FD

RGB

 RED value IS 159 (62.5% from 255) = 32.12%

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 32.12%
G = 16.77%
B = 51.11%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F53FD (or 0x9F53FD) is known color: Medium Purple. HEX triplet: 9F, 53 and FD. RGB value is (159,83,253). Sum of RGB (Red+Green+Blue) = 159+83+253=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F53FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F53FD is #60AC02. Grayscale: #7C7C7C. Windows color (decimal): -6335491 or 16602015. OLE color: 16602015.

HSL color Cylindrical-coordinate representation of color #9F53FD: hue angle of 266.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F53FD is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 83 253 -
CMYK 0.37 0.67 0 0.01
HSL 266.82º 0.98% 0.66% -
HSV(B) 266.82º 0.67% 0.99% -
XYZ 35.12 20.65 95.06 -
YUV 125.1 200.18 152.18 -
System Red Green Blue C M Y K H S L
Decimal 159 83 253 0.37 0.67 0 0.01 266.82 0.98 0.66
Hex 9F 53 FD 25 43 0 1 10B 62 42
Octal 237 123 375 45 103 0 1 413 142 102
Binary 10011111 1010011 11111101 100101 1000011 0 1 100001011 1100010 1000010

Color Harmonies of #9F53FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F53FD

Black with #9F53FD

Text Example


Text Example

White with #9F53FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F53FD; }

 p { color: rgb(159,83,253); }

 H1.HeaderClassName
 {
   color: #9F53FD;
 }
 .AnyTagClassName
 {
   color: #9F53FD;
 }
</style>

background-color css

<style>
 a { background-color: #9F53FD; }

 a { background-color: rgb(159,83,253); }

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

border-color css

<style>
 span { border-color: #9F53FD; }

 span { border-color: rgb(159,83,253); }

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