Html Css Color HEX #9F60F9 Medium Purple

📋 copy color: '#9F60F9'

red 159 ◦ green 96 ◦ blue 249

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

Shades of Medium Purple #9F60F9

Tints of Medium Purple #9F60F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.05%

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 31.55%
G = 19.05%
B = 49.4%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F60F9 (or 0x9F60F9) is known color: Medium Purple. HEX triplet: 9F, 60 and F9. RGB value is (159,96,249). Sum of RGB (Red+Green+Blue) = 159+96+249=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #9F60F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F60F9 is #609F06. Grayscale: #838383. Windows color (decimal): -6332167 or 16343199. OLE color: 16343199.

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

Color convert

RGB 159 96 249 -
CMYK 0.36 0.61 0 0.02
HSL 264.71º 0.93% 0.68% -
HSV(B) 264.71º 0.61% 0.98% -
XYZ 35.58 22.58 92.1 -
YUV 132.28 193.87 147.06 -
System Red Green Blue C M Y K H S L
Decimal 159 96 249 0.36 0.61 0 0.02 264.71 0.93 0.68
Hex 9F 60 F9 24 3D 0 2 109 5D 44
Octal 237 140 371 44 75 0 2 411 135 104
Binary 10011111 1100000 11111001 100100 111101 0 10 100001001 1011101 1000100

Color Harmonies of #9F60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F60F9

Black with #9F60F9

Text Example


Text Example

White with #9F60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,249); }

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

background-color css

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

 a { background-color: rgb(159,96,249); }

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

border-color css

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

 span { border-color: rgb(159,96,249); }

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