Html Css Color HEX #9F53FA Medium Purple

📋 copy color: '#9F53FA'

red 159 ◦ green 83 ◦ blue 250

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

Shades of Medium Purple #9F53FA

Tints of Medium Purple #9F53FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 32.32%
G = 16.87%
B = 50.81%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F53FA (or 0x9F53FA) is known color: Medium Purple. HEX triplet: 9F, 53 and FA. RGB value is (159,83,250). Sum of RGB (Red+Green+Blue) = 159+83+250=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F53FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F53FA is #60AC05. Grayscale: #7C7C7C. Windows color (decimal): -6335494 or 16405407. OLE color: 16405407.

HSL color Cylindrical-coordinate representation of color #9F53FA: hue angle of 267.31º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F53FA is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 83 250 -
CMYK 0.36 0.67 0 0.02
HSL 267.31º 0.94% 0.65% -
HSV(B) 267.31º 0.67% 0.98% -
XYZ 34.65 20.46 92.57 -
YUV 124.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 159 83 250 0.36 0.67 0 0.02 267.31 0.94 0.65
Hex 9F 53 FA 24 43 0 2 10B 5E 41
Octal 237 123 372 44 103 0 2 413 136 101
Binary 10011111 1010011 11111010 100100 1000011 0 10 100001011 1011110 1000001

Color Harmonies of #9F53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F53FA

Black with #9F53FA

Text Example


Text Example

White with #9F53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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