Html Css Color HEX #9F60FB Medium Purple

📋 copy color: '#9F60FB'

red 159 ◦ green 96 ◦ blue 251

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

Shades of Medium Purple #9F60FB

Tints of Medium Purple #9F60FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 31.42%
G = 18.97%
B = 49.6%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F60FB (or 0x9F60FB) is known color: Medium Purple. HEX triplet: 9F, 60 and FB. RGB value is (159,96,251). Sum of RGB (Red+Green+Blue) = 159+96+251=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F60FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F60FB is #609F04. Grayscale: #838383. Windows color (decimal): -6332165 or 16474271. OLE color: 16474271.

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

Color convert

RGB 159 96 251 -
CMYK 0.37 0.62 0 0.02
HSL 264.39º 0.95% 0.68% -
HSV(B) 264.39º 0.62% 0.98% -
XYZ 35.89 22.7 93.76 -
YUV 132.51 194.87 146.9 -
System Red Green Blue C M Y K H S L
Decimal 159 96 251 0.37 0.62 0 0.02 264.39 0.95 0.68
Hex 9F 60 FB 25 3E 0 2 108 5F 44
Octal 237 140 373 45 76 0 2 410 137 104
Binary 10011111 1100000 11111011 100101 111110 0 10 100001000 1011111 1000100

Color Harmonies of #9F60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F60FB

Black with #9F60FB

Text Example


Text Example

White with #9F60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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